diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-23 21:52:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-23 21:52:17 +0300 |
| commit | cd7380efe74b791c042c2d7af307dadbc3acd99f (patch) | |
| tree | 54aaf9eb79cc805ed409ddf364dad1733f957c38 /src/i18n | |
| parent | bd7356376ec9137da674f146a89c17ed62f56bc3 (diff) | |
| parent | 361aea13998bfba512a81422d3d0ca5b13ee60ee (diff) | |
Merge remote-tracking branch 'origin/develop' into navigation-update
* origin/develop:
Update dependency opn to v5
fix notices being under the navbar, also change offset to use variable
fix modals not having proper z index
reduce indexes to be below 9999 so that develop error messages appear above
Do not allow to find by name in findUser()
Use lookup endpoint to obtain users by nickname
Use $ for id UserProfile routes
Allow opening profile: multiChoiceProprties record, anonymous access
Allow opening profile when clicking an avatar inside of user popover
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index da3da26b..b7839a12 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -584,7 +584,10 @@ "mention_link_show_avatar_quick": "Show user avatar next to mentions", "mention_link_fade_domain": "Fade domains (e.g. {'@'}example.org in {'@'}foo{'@'}example.org)", "mention_link_bolden_you": "Highlight mention of you when you are mentioned", - "user_popover_avatar_zoom": "Clicking on user avatar in popover zooms it instead of closing the popover", + "user_popover_avatar_action": "Popover avatar click action", + "user_popover_avatar_action_zoom": "Zoom the avatar", + "user_popover_avatar_action_close": "Close the popover", + "user_popover_avatar_action_open": "Open profile", "user_popover_avatar_overlay": "Show user popover over user avatar", "fun": "Fun", "greentext": "Meme arrows", |
