Migrate translations to keys and switch to Localazy (#26106)
This commit is contained in:
committed by
GitHub
parent
00803950bf
commit
c525b633bd
@@ -85,6 +85,6 @@ export default abstract class VectorBasePlatform extends BasePlatform {
|
||||
* device Vector is running on
|
||||
*/
|
||||
public getDefaultDeviceDisplayName(): string {
|
||||
return _t("Unknown device");
|
||||
return _t("unknown_device");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user