From b279ab94d64fb663afd4ec4733614cb101c5deed Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 22 Nov 2023 15:05:46 +0100 Subject: [PATCH] translate button Cancel --- idhub/templates/idhub/admin/dids.html | 2 +- idhub/templates/idhub/admin/issue_credentials.html | 4 ++-- idhub/templates/idhub/admin/schemas.html | 2 +- idhub/templates/idhub/admin/user.html | 2 +- idhub/templates/idhub/base.html | 2 +- idhub/templates/idhub/user/dids.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/idhub/templates/idhub/admin/dids.html b/idhub/templates/idhub/admin/dids.html index 5358afc..c5cb896 100644 --- a/idhub/templates/idhub/admin/dids.html +++ b/idhub/templates/idhub/admin/dids.html @@ -50,7 +50,7 @@ {% trans 'Are you sure that you want delete this DID?' %} diff --git a/idhub/templates/idhub/admin/issue_credentials.html b/idhub/templates/idhub/admin/issue_credentials.html index d3d7f7d..ac93171 100644 --- a/idhub/templates/idhub/admin/issue_credentials.html +++ b/idhub/templates/idhub/admin/issue_credentials.html @@ -68,7 +68,7 @@ {% trans 'Are you sure that you want revoke this credential?' %} @@ -86,7 +86,7 @@ {% trans 'Are you sure that you want delete this Credential?' %} diff --git a/idhub/templates/idhub/admin/schemas.html b/idhub/templates/idhub/admin/schemas.html index 482a800..6afcf41 100644 --- a/idhub/templates/idhub/admin/schemas.html +++ b/idhub/templates/idhub/admin/schemas.html @@ -52,7 +52,7 @@ {% trans 'Are you sure that you want delete this template?' %} diff --git a/idhub/templates/idhub/admin/user.html b/idhub/templates/idhub/admin/user.html index 71b5828..aacd509 100644 --- a/idhub/templates/idhub/admin/user.html +++ b/idhub/templates/idhub/admin/user.html @@ -116,7 +116,7 @@ {% trans 'Are you sure that you want delete this user?' %} diff --git a/idhub/templates/idhub/base.html b/idhub/templates/idhub/base.html index 6ea7710..c8d985b 100644 --- a/idhub/templates/idhub/base.html +++ b/idhub/templates/idhub/base.html @@ -136,7 +136,7 @@ {% endfor %} {% endblock messages %}
-

{{ title }}

+

{{ title }}

diff --git a/idhub/templates/idhub/user/dids.html b/idhub/templates/idhub/user/dids.html index 8f628fe..28177e2 100644 --- a/idhub/templates/idhub/user/dids.html +++ b/idhub/templates/idhub/user/dids.html @@ -50,7 +50,7 @@ {% trans 'Are you sure that you want delete this DID?' %}