mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -152,8 +152,8 @@
|
||||
cell.mxkLabel.text = @"";
|
||||
}
|
||||
|
||||
[cell.mxkButton setTitle:[MatrixKitL10n startChat] forState:UIControlStateNormal];
|
||||
[cell.mxkButton setTitle:[MatrixKitL10n startChat] forState:UIControlStateHighlighted];
|
||||
[cell.mxkButton setTitle:[VectorL10n startChat] forState:UIControlStateNormal];
|
||||
[cell.mxkButton setTitle:[VectorL10n startChat] forState:UIControlStateHighlighted];
|
||||
cell.mxkButton.tag = row;
|
||||
[cell.mxkButton addTarget:self action:@selector(startChat:) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user