mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
feat: change text call event (MESSENGER-7954)
This commit is contained in:
@@ -187,6 +187,10 @@ public class BWIL10n: NSObject {
|
||||
public static var bwiAuthRegisterButtonTitle: String {
|
||||
return BWIL10n.tr("Bwi", "bwi_auth_register_button_title")
|
||||
}
|
||||
/// Videomeetings werden in dieser App noch nicht unterstützt. Verwende den Webclient.
|
||||
public static var bwiCallEventNotSupported: String {
|
||||
return BWIL10n.tr("Bwi", "bwi_call_event_not_supported")
|
||||
}
|
||||
/// Zum App Store
|
||||
public static var bwiDeprecatedVersionAppstoreButton: String {
|
||||
return BWIL10n.tr("Bwi", "bwi_deprecated_version_appstore_button")
|
||||
|
||||
Reference in New Issue
Block a user