From 0aa38c16dd5d264c5716304dd5a030878bf52427 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 4 Oct 2023 17:19:54 +0300 Subject: [PATCH] add identicon alt text translation #19 --- templates/default/user/info.html.twig | 2 +- templates/default/user/profile.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index b3fe873..d837cd5 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -2,7 +2,7 @@ {% block title %}{{ 'User'|trans }} #{{ user.id }} - {{ name }}{% endblock %} {% block main_content %}
- identicon + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}

diff --git a/templates/default/user/profile.html.twig b/templates/default/user/profile.html.twig index 01da47c..3f9909f 100644 --- a/templates/default/user/profile.html.twig +++ b/templates/default/user/profile.html.twig @@ -3,7 +3,7 @@ {% block main_content %}
- identicon + {{ 'identicon'|trans }}

{{ 'Profile'|trans }}