Skip to content

Commit

Permalink
Update wording in API key update notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Oct 23, 2024
1 parent 30c77f7 commit ab11524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aleph/templates/email/api_key_generated.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{% block content -%}
{% if event == "regenerated" -%}
{% trans -%}
Your API key has been regenerated. If that wasn’t you, please contact an administrator.
Your Aleph API key has been regenerated. If that wasn’t you, please contact an administrator.
{%- endtrans %}
{% else -%}
{% trans -%}
An API key has been generated for your account. If that wasn’t you, please contact an administrator.
An Aleph API key has been generated for your account. If that wasn’t you, please contact an administrator.
{%- endtrans %}
{%- endif %}
{%- endblock %}
4 changes: 2 additions & 2 deletions aleph/templates/email/api_key_generated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{% block content -%}
{% if event == "regenerated" -%}
{% trans -%}
Your API key has been regenerated. If that wasn’t you, please contact an administrator.
Your Aleph API key has been regenerated. If that wasn’t you, please contact an administrator.
{%- endtrans %}
{% else -%}
{% trans -%}
An API key has been generated for your account. If that wasn’t you, please contact an administrator.
An Aleph API key has been generated for your account. If that wasn’t you, please contact an administrator.
{%- endtrans %}
{%- endif %}
{%- endblock %}

0 comments on commit ab11524

Please sign in to comment.