mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
i18n: Fix unnecessary ampersand escaping (#56654)
This commit is contained in:
parent
75c5845749
commit
0696cd3549
@ -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 & OS</Trans>
|
||||
<Trans i18nKey="user-session.browser-column">Browser & OS</Trans>
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
@ -277,7 +277,7 @@
|
||||
"title": "Edit profile"
|
||||
},
|
||||
"user-session": {
|
||||
"browser-column": "Browser & OS",
|
||||
"browser-column": "Browser & OS",
|
||||
"created-at-column": "Logged on",
|
||||
"ip-column": "IP address",
|
||||
"revoke": "Revoke user session",
|
||||
|
@ -277,7 +277,7 @@
|
||||
"title": "Ēđįŧ přőƒįľę"
|
||||
},
|
||||
"user-session": {
|
||||
"browser-column": "ßřőŵşęř &ämp; ØŜ",
|
||||
"browser-column": "ßřőŵşęř & ØŜ",
|
||||
"created-at-column": "Ŀőģģęđ őʼn",
|
||||
"ip-column": "ĨP äđđřęşş",
|
||||
"revoke": "Ŗęvőĸę ūşęř şęşşįőʼn",
|
||||
|
Loading…
Reference in New Issue
Block a user