diff --git a/damus/Views/Buttons/AlbyButton.swift b/damus/Views/Buttons/AlbyButton.swift
index 5cc64702..ad6ffa96 100644
--- a/damus/Views/Buttons/AlbyButton.swift
+++ b/damus/Views/Buttons/AlbyButton.swift
@@ -23,7 +23,7 @@ struct AlbyButton: View {
HStack {
Image("alby")
- Text("Attach Alby Wallet")
+ Text("Attach Alby Wallet", comment: "Button to attach an Alby Wallet, a service that provides a Lightning wallet for zapping sats. Alby is the name of the service and should not be translated.")
}
.offset(x: -25)
.frame(minWidth: 300, maxWidth: .infinity, minHeight: 50, maxHeight: 50, alignment: .center)
diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff
index 46785326..1fe7bc9b 100644
--- a/damus/en-US.xcloc/Localized Contents/en-US.xliff
+++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff
@@ -291,6 +291,11 @@ Sentence composed of 2 variables to describe how many people are following a use
Connect To RelayLabel for section for adding a relay server.
+
+ Connect to Alby
+ Connect to Alby
+ Button to connect to Alby, a service that provides a Lightning wallet for zapping sats. Alby is the name of the service and should not be translated.
+ Connected RelaysConnected Relays
@@ -471,11 +476,6 @@ Sentence composed of 2 variables to describe how many people are following a use
Disconnect From RelayButton to disconnect from the relay.
-
- Dismiss
- Dismiss
- Button to dismiss a text field alert.
- Display NameDisplay Name
@@ -995,8 +995,7 @@ Button text to indicate that the zap type is a private zap.
RelayRelay
- Label to display relay address.
- Text field for relay server. Used for testing purposes.
+ Label to display relay address.Relays
@@ -1067,11 +1066,6 @@ Button text to indicate that the zap type is a private zap.
RepostButton to repost a note
-
- Repost Note
- Repost Note
- Title text to indicate that the buttons below are meant to be used to repost a note to others.
- RepostedReposted
@@ -1358,6 +1352,11 @@ Button text to indicate that the zap type is a private zap.
Universe 🛸Toolbar label for the universal view where posts from all connected relay servers appear.
+
+ Unmute
+ Unmute
+ Button to unmute a profile.
+ Unmute conversationUnmute conversation
diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings
index ce232ab0..67202776 100644
Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ