зеркало из https://github.com/nextcloud/talk-ios.git
Fix localized strings.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
1b5bf5d27b
Коммит
1a14c165d4
|
@ -248,7 +248,7 @@ struct UserStatusMessageSwiftUIView: View {
|
|||
dismiss()
|
||||
changed.toggle()
|
||||
} else {
|
||||
triggerErrorAlert(title: NSLocalizedString("Could not clear status message", comment: ""), message: NSLocalizedString("Could not clear status message", comment: ""))
|
||||
triggerErrorAlert(title: NSLocalizedString("Could not clear status message", comment: ""), message: NSLocalizedString("An error occurred while clearing status message", comment: ""))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ struct UserStatusOptionsSwiftUI: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.navigationBarTitle(Text(NSLocalizedString("Online Status", comment: "")), displayMode: .inline)
|
||||
.navigationBarTitle(Text(NSLocalizedString("Online status", comment: "")), displayMode: .inline)
|
||||
.navigationBarHidden(false)
|
||||
.onAppear {
|
||||
getActiveUserStatus()
|
||||
|
|
Загрузка…
Ссылка в новой задаче