Migrate more strings to translation keys (#11680)

This commit is contained in:
Michael Telatynski 2023-09-29 08:49:26 +01:00 committed by GitHub
parent 8014cebb20
commit 6af4335db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 6739 additions and 5973 deletions

View file

@ -118,7 +118,7 @@ export default class PinnedEventTile extends React.Component<IProps> {
</span>
<AccessibleButton onClick={this.onTileClicked} kind="link">
{_t("View message")}
{_t("common|view_message")}
</AccessibleButton>
</div>
</div>