Migrate more strings to translation keys (#11498)
This commit is contained in:
committed by
GitHub
parent
9329b896b3
commit
6b3243b27b
@@ -897,7 +897,7 @@ const SpaceHierarchy: React.FC<IProps> = ({ space, initialText = "", showRoom, a
|
||||
className="mx_SpaceHierarchy_list"
|
||||
onKeyDown={onKeyDownHandler}
|
||||
role="tree"
|
||||
aria-label={_t("Space")}
|
||||
aria-label={_t("common|space")}
|
||||
>
|
||||
{results}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user