diff --git a/damus/Views/Muting/AddMuteItemView.swift b/damus/Views/Muting/AddMuteItemView.swift index 1302534d..e1b802ae 100644 --- a/damus/Views/Muting/AddMuteItemView.swift +++ b/damus/Views/Muting/AddMuteItemView.swift @@ -92,7 +92,7 @@ struct AddMuteItemView: View { dismiss() }) { HStack { - Text(verbatim: "Add mute item") + Text("Add mute item", comment: "Button to an add an item to the user's mutelist.") .bold() } .frame(minWidth: 300, maxWidth: .infinity, 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 23f85379..9ba27571 100644 --- a/damus/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -232,7 +232,8 @@ Sentence composed of 2 variables to describe how many zap payments there are on Add mute item Add mute item - Title text to indicate user to an add an item to their mutelist. + Button to an add an item to the user's mutelist. +Title text to indicate user to an add an item to their mutelist. Add relay @@ -3666,7 +3667,8 @@ Sentence composed of 2 variables to describe how many zap payments there are on Add mute item Add mute item - Title text to indicate user to an add an item to their mutelist. + Button to an add an item to the user's mutelist. +Title text to indicate user to an add an item to their mutelist. Add relay diff --git a/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings b/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings index cb658311..62942d6d 100644 --- a/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings +++ b/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings @@ -130,7 +130,7 @@ "comment" : "Button text to add bookmark to a note." }, "Add mute item" : { - "comment" : "Title text to indicate user to an add an item to their mutelist." + "comment" : "Button to an add an item to the user's mutelist.\nTitle text to indicate user to an add an item to their mutelist." }, "Add Photo" : { "comment" : "Label to indicate user can add a photo." 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 76e31749..9930e326 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