about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/defaultMessages.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-07-26 04:51:25 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-07-26 04:51:25 +0200
commit3c35b34b612c210c97ce8cffda33798ffa8f22e8 (patch)
treeb699d35fc66591b220db86d5b25e63f6c8b91d0b /app/javascript/mastodon/locales/defaultMessages.json
parentd199806969be99f968cc9b3a74cc233e86e0cc12 (diff)
Improve keyboard shortcuts descriptions (#8066)
* Add hotkey variants to keyboard shortcuts description

* Add documentation for “p” hotkey

* yarn manage:translations
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r--app/javascript/mastodon/locales/defaultMessages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json
index 8c43b4f42..85a6cc264 100644
--- a/app/javascript/mastodon/locales/defaultMessages.json
+++ b/app/javascript/mastodon/locales/defaultMessages.json
@@ -1255,6 +1255,10 @@
         "id": "keyboard_shortcuts.mention"
       },
       {
+        "defaultMessage": "to open author's profile",
+        "id": "keyboard_shortcuts.profile"
+      },
+      {
         "defaultMessage": "to favourite",
         "id": "keyboard_shortcuts.favourite"
       },