Create more common_* common strings (#11439)

This commit is contained in:
Michael Telatynski
2023-08-23 10:25:33 +01:00
committed by GitHub
parent df4a2218d7
commit aa6e3654b8
106 changed files with 1121 additions and 1069 deletions

View File

@@ -233,7 +233,7 @@ export const CATEGORIES: Record<CategoryName, ICategory> = {
settingNames: [KeyBindingAction.ToggleMicInCall, KeyBindingAction.ToggleWebcamInCall],
},
[CategoryName.ROOM]: {
categoryLabel: _td("Room"),
categoryLabel: _td("common|room"),
settingNames: [
KeyBindingAction.SearchInRoom,
KeyBindingAction.UploadFile,
@@ -303,7 +303,7 @@ export const CATEGORIES: Record<CategoryName, ICategory> = {
],
},
[CategoryName.LABS]: {
categoryLabel: _td("Labs"),
categoryLabel: _td("common|labs"),
settingNames: [KeyBindingAction.ToggleHiddenEventVisibility],
},
};