зеркало из https://github.com/nextcloud/talk-ios.git
Show correct error title and message.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
1baf457901
Коммит
34ea244845
|
@ -237,8 +237,8 @@ struct UserStatusMessageSwiftUIView: View {
|
|||
}
|
||||
|
||||
func triggerErrorAlert(title: String, message: String) {
|
||||
errorAlertTitle = NSLocalizedString("Could not clear status message", comment: "")
|
||||
errorAlertMessage = NSLocalizedString("Could not clear status message", comment: "")
|
||||
errorAlertTitle = title
|
||||
errorAlertMessage = message
|
||||
showErrorAlert.toggle()
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче