Create more common_* common strings (#11439)
This commit is contained in:
committed by
GitHub
parent
df4a2218d7
commit
aa6e3654b8
@@ -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],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user