diff --git a/api_docs/api-keys.md b/api_docs/api-keys.md index 2f986931ab..2c6dc2b1de 100644 --- a/api_docs/api-keys.md +++ b/api_docs/api-keys.md @@ -19,8 +19,8 @@ Anyone with your API key can impersonate you, so be doubly careful with it. 1. Under **API key**, click **Show/change your API key**. -1. Enter your password, and click **Get API key**. If you never had a - password, click **Never had one? Forgotten it?** and follow the +1. Enter your password, and click **Get API key**. If you don't know your + password, click **reset it** and follow the instructions from there. 1. Copy your API key. diff --git a/web/templates/settings/api_key_modal.hbs b/web/templates/settings/api_key_modal.hbs index fd558c78cd..53ba4f686a 100644 --- a/web/templates/settings/api_key_modal.hbs +++ b/web/templates/settings/api_key_modal.hbs @@ -11,16 +11,17 @@
-

{{t "Please re-enter your password to confirm your identity." }} - - {{t "Never had one? Forgotten it?" }} - -

+

{{t "Please re-enter your password to confirm your identity." }}

- +
+

+ {{#tr}}If you don't know your password, you can reset it. + {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} + {{/tr}} +