Migrate more strings to translation keys (#11680)
This commit is contained in:
parent
8014cebb20
commit
6af4335db1
101 changed files with 6739 additions and 5973 deletions
|
@ -1062,7 +1062,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
|
|||
showMore = (
|
||||
<div className="mx_InviteDialog_section_showMore">
|
||||
<AccessibleButton onClick={showMoreFn} kind="link">
|
||||
{_t("Show more")}
|
||||
{_t("common|show_more")}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue