Fix localization issue on Add mute item button
Changelog-Fixed: Fixed localization issue on Add mute item button Signed-off-by: Terry Yiu <963907+tyiu@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user