mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -177,7 +177,7 @@ class SpaceDetailViewController: UIViewController {
|
||||
self.closeButton.layer.masksToBounds = true
|
||||
self.closeButton.layer.cornerRadius = self.closeButton.bounds.height / 2
|
||||
|
||||
self.setup(button: self.joinButton, withTitle: VectorL10n.join)
|
||||
self.setup(button: self.joinButton, withTitle: BWIL10n.join)
|
||||
self.setup(button: self.acceptButton, withTitle: VectorL10n.accept)
|
||||
self.setup(button: self.declineButton, withTitle: VectorL10n.decline)
|
||||
self.declineButton.layer.borderWidth = 1.0
|
||||
|
||||
Reference in New Issue
Block a user