Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2023-11-09 15:10:27 +01:00
Родитель 1b5bf5d27b
Коммит 1a14c165d4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -248,7 +248,7 @@ struct UserStatusMessageSwiftUIView: View {
dismiss() dismiss()
changed.toggle() changed.toggle()
} else { } 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) .navigationBarHidden(false)
.onAppear { .onAppear {
getActiveUserStatus() getActiveUserStatus()