Migrate more strings to translation keys (#11613)

This commit is contained in:
Michael Telatynski
2023-09-19 17:16:38 +01:00
committed by GitHub
parent d46d4b3d04
commit 5cb8cbd893
111 changed files with 8214 additions and 6766 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ export class Mjolnir {
let personalRoomId = SettingsStore.getValue("mjolnirPersonalRoom");
if (!personalRoomId) {
const resp = await MatrixClientPeg.safeGet().createRoom({
name: _t("My Ban List"),
topic: _t("This is your list of users/servers you have blocked - don't leave the room!"),
name: _t("labs_mjolnir|room_name"),
topic: _t("labs_mjolnir|room_topic"),
preset: Preset.PrivateChat,
});
personalRoomId = resp["room_id"];