i18n: Fix unnecessary ampersand escaping (#56654)

This commit is contained in:
kay delaney 2022-10-10 16:56:28 +01:00 committed by GitHub
parent 75c5845749
commit 0696cd3549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ class UserSessions extends PureComponent<Props> {
<Trans i18nKey="user-session.ip-column">IP address</Trans>
</th>
<th>
<Trans i18nKey="user-session.browser-column">Browser &amp; OS</Trans>
<Trans i18nKey="user-session.browser-column">Browser & OS</Trans>
</th>
<th></th>
</tr>

View File

@ -277,7 +277,7 @@
"title": "Edit profile"
},
"user-session": {
"browser-column": "Browser &amp; OS",
"browser-column": "Browser & OS",
"created-at-column": "Logged on",
"ip-column": "IP address",
"revoke": "Revoke user session",

View File

@ -277,7 +277,7 @@
"title": "Ēđįŧ přőƒįľę"
},
"user-session": {
"browser-column": "ßřőŵşęř &ämp; ØŜ",
"browser-column": "ßřőŵşęř & ØŜ",
"created-at-column": "Ŀőģģęđ őʼn",
"ip-column": "ĨP äđđřęşş",
"revoke": "Ŗęvőĸę ūşęř şęşşįőʼn",