diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-03 22:34:57 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-03 22:34:57 +0200 |
| commit | bfb3a4364be3f71f7c46056aeb8972f04a072703 (patch) | |
| tree | 69244eecbcc79694b4fd6d54433ddf68e8119d09 /src/i18n | |
| parent | 6d3229b1a10a6547d5c0ebcf47a65f03a0f9c690 (diff) | |
options to disable (You)s and highlighting of yourself
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 209fd184..8fd189c6 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -493,8 +493,10 @@ "mention_link_show_tooltip": "Show full user names as tooltip for remote users", "mention_link_show_avatar": "Show user avatar beside the link", "mention_link_fade_domain": "Fade domains (e.g. @example.org in @foo@example.org)", + "mention_link_bolden_you": "Bolden text of your mention", "fun": "Fun", "greentext": "Meme arrows", + "show_yous": "Show (You)s", "notifications": "Notifications", "notification_setting_filters": "Filters", "notification_setting_block_from_strangers": "Block notifications from users who you do not follow", |
