mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -44,7 +44,7 @@ class SpaceChildActionProvider: RoomActionProviderProtocol {
|
||||
|
||||
private var joinAction: UIAction {
|
||||
return UIAction(
|
||||
title: VectorL10n.join) { [weak self] action in
|
||||
title: BWIL10n.join) { [weak self] action in
|
||||
self?.service.joinRoom()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user