Export strings for translation

This commit is contained in:
2023-04-21 23:08:48 +02:00
parent 00aa897f05
commit 3440c828e3
5 changed files with 33 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ struct MutelistView: View {
damus_state.postbox.send(new_ev)
users = get_mutelist_users(new_ev)
} label: {
Label(NSLocalizedString("Delete", comment: "Button to remove a user from their blocklist."), systemImage: "trash")
Label(NSLocalizedString("Delete", comment: "Button to remove a user from their mutelist."), systemImage: "trash")
}
.tint(.red)
}