diff --git a/idhub/templates/idhub/admin/issue_credentials.html b/idhub/templates/idhub/admin/issue_credentials.html index 51d14ba..216690e 100644 --- a/idhub/templates/idhub/admin/issue_credentials.html +++ b/idhub/templates/idhub/admin/issue_credentials.html @@ -51,7 +51,7 @@ {% if object.issued_on %}
- {% trans 'View in JSON format' %} + {% trans 'Download in JSON format' %}
{% endif %} diff --git a/idhub/templates/idhub/user/credential.html b/idhub/templates/idhub/user/credential.html index 7152049..ac5c14e 100644 --- a/idhub/templates/idhub/user/credential.html +++ b/idhub/templates/idhub/user/credential.html @@ -46,11 +46,13 @@ {% endif %}
- {% trans 'View credential in JSON format' %} + {% trans 'Download credential in JSON format' %}
{% endif %} {% if object.get_status == 'Enabled' %} +
{% trans 'Request credential' %} +
{% endif %} {% endblock %}