diff --git a/idhub/templates/idhub/user/credentials.html b/idhub/templates/idhub/user/credentials.html
index d4d4850..a34d43a 100644
--- a/idhub/templates/idhub/user/credentials.html
+++ b/idhub/templates/idhub/user/credentials.html
@@ -27,8 +27,8 @@
{{ f.get_issued_on }} |
{{ f.get_status }} |
-
-
+
+ {% trans 'View' %}
|
diff --git a/idhub/templates/idhub/user/profile.html b/idhub/templates/idhub/user/profile.html
index fe5d6e8..ede177d 100644
--- a/idhub/templates/idhub/user/profile.html
+++ b/idhub/templates/idhub/user/profile.html
@@ -53,8 +53,8 @@
{{ membership.start_date|default:'' }} |
{{ membership.end_date|default:'' }} |
-
-
+
+ {% trans 'View' %}
|