diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-29 23:03:23 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-29 23:03:23 +0000 |
| commit | 3b6c31f3b3d2326ffbe258c826f6dbd3f5374cf2 (patch) | |
| tree | b65d8ced59250c758ffa7aeb313c4ae783ee0a9f /src/i18n | |
| parent | e812d5ea3c97fdac0ed6b23817ae144cf96bb300 (diff) | |
| parent | 0a79a747730bb4a10eb2544412dab68a10602240 (diff) | |
Merge branch 'from/develop/tusooa/1189-mention-uri' into 'develop'
Use dedicated indicator for non-ascii domain names
Closes #1189
See merge request pleroma/pleroma-fe!1632
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 91722d9a..4ce56678 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1006,5 +1006,8 @@ "update_changelog": "For more details on what's changed, see {theFullChangelog}.", "update_changelog_here": "the full changelog", "art_by": "Art by {linkToArtist}" + }, + "unicode_domain_indicator": { + "tooltip": "This domain contains non-ascii characters." } } |
