feat: change text call event (MESSENGER-7954)

This commit is contained in:
Jan Niklas Grabowski
2025-11-20 16:01:39 +01:00
parent 306bcbf629
commit fd006de887
5 changed files with 21 additions and 5 deletions

View File

@@ -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")