We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8437d8 commit fd605e3Copy full SHA for fd605e3
src/CoreBundle/Resources/views/Account/change_password.html.twig
@@ -61,7 +61,7 @@
61
{% if form.currentPassword.vars.value or form.newPassword.vars.value or form.confirmPassword.vars.value %}
62
{{ "Change Password"|trans }}
63
{% else %}
64
- {{ "Update Settings"|trans }}
+ {{ "Update settings"|trans }}
65
{% endif %}
66
</button>
67
</div>
@@ -71,7 +71,7 @@
71
{% if qrCode is defined and user.getMfaEnabled() %}
72
<div class="mt-6 text-center">
73
<h3 class="text-lg font-medium">{{ 'Scan the QR Code to enable 2FA'|trans }}</h3>
74
- <img src="data:image/png;base64,{{ qrCode }}" alt="QR Code for 2FA">
+ <img src="data:image/png;base64,{{ qrCode }}" alt="{{ 'QR Code for 2FA'|trans }}">
75
76
77
0 commit comments