mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 15:07:43 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -147,8 +147,8 @@
|
||||
self.containerView.layer.cornerRadius = 20;
|
||||
self.titleLabel.text = [VectorL10n readReceiptsList];
|
||||
|
||||
[_closeButton setTitle:[MatrixKitL10n close] forState:UIControlStateNormal];
|
||||
[_closeButton setTitle:[MatrixKitL10n close] forState:UIControlStateHighlighted];
|
||||
[_closeButton setTitle:[VectorL10n close] forState:UIControlStateNormal];
|
||||
[_closeButton setTitle:[VectorL10n close] forState:UIControlStateHighlighted];
|
||||
}
|
||||
|
||||
- (void)configureReceiptsTableView
|
||||
|
||||
Reference in New Issue
Block a user