mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -157,7 +157,7 @@ class RoomActionProvider: RoomActionProviderProtocol {
|
||||
|
||||
private var joinAction: UIAction {
|
||||
return UIAction(
|
||||
title: VectorL10n.join) { [weak self] action in
|
||||
title: BWIL10n.join) { [weak self] action in
|
||||
guard let self = self else { return }
|
||||
self.service.joinRoom()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user