Migrate more strings to translation keys (#11671)
This commit is contained in:
committed by
GitHub
parent
13aed62a91
commit
4d0d024e86
@@ -345,7 +345,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {
|
||||
<AccessibleTooltipButton
|
||||
className="mx_LeftPanel_exploreButton"
|
||||
onClick={this.onExplore}
|
||||
title={_t("Explore rooms")}
|
||||
title={_t("action|explore_rooms")}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user