mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
NSString *result = [super roomDisplayname];
|
||||
if (!result.length)
|
||||
{
|
||||
result = [MatrixKitL10n roomDisplaynameEmptyRoom];
|
||||
result = [VectorL10n roomDisplaynameEmptyRoom];
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user