Align common_* strings with Element X project in Localazy (#11434)
This commit is contained in:
committed by
GitHub
parent
1a49a38f04
commit
c40141cc4f
@@ -348,7 +348,9 @@ export const AddExistingToSpace: React.FC<IAddExistingToSpaceProps> = ({
|
||||
|
||||
{dms.length > 0 && dmsRenderer ? dmsRenderer(dms, selectedToAdd, dmsScrollState, onChange) : null}
|
||||
|
||||
{noResults ? <span className="mx_AddExistingToSpace_noResults">{_t("No results")}</span> : undefined}
|
||||
{noResults ? (
|
||||
<span className="mx_AddExistingToSpace_noResults">{_t("common|no_results")}</span>
|
||||
) : undefined}
|
||||
</AutoHideScrollbar>
|
||||
|
||||
<div className="mx_AddExistingToSpace_footer">{footer}</div>
|
||||
|
||||
Reference in New Issue
Block a user