You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Migrate more strings to translation keys (#11498)
This commit is contained in:
committed by
GitHub
parent
9329b896b3
commit
6b3243b27b
@@ -31,6 +31,6 @@ export function textualPowerLevel(level: number, usersDefault: number): string {
|
||||
if (LEVEL_ROLE_MAP[level]) {
|
||||
return LEVEL_ROLE_MAP[level];
|
||||
} else {
|
||||
return _t("Custom (%(level)s)", { level });
|
||||
return _t("power_level|custom", { level });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user