Fix localization bugs and export localizations
Changelog-Fixes: Fix some localization bugs Closes: #320
This commit is contained in:
@@ -142,7 +142,7 @@ struct ConfigView: View {
|
||||
Button(NSLocalizedString("Cancel", comment: "Cancel out of logging out the user.")) {
|
||||
confirm_logout = false
|
||||
}
|
||||
Button(NSLocalizedString("Logout", comment: "Button for logging out the user.")) {
|
||||
Button(NSLocalizedString("Logout", comment: "Button for logging out the user.")) {
|
||||
notify(.logout, ())
|
||||
}
|
||||
} message: {
|
||||
|
||||
Reference in New Issue
Block a user