forked from wallabag/wallabag
Fix accessibility problem with the 2FA QR code (#4915)
* Add alt to qr code * Add alt to qr code * Fix contrast for api key link * Add translate qrcode alt * Add translatation for QR code alternative * Fix extra space * Add translation for qrcode image alternative
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<div class="card-panel red white-text">
|
||||
{{ 'import.pocket.config_missing.description'|trans }}
|
||||
|
||||
{{ 'import.pocket.config_missing.admin_message'|trans({'%keyurls%': '<a href="' ~ path('config') ~ '">', '%keyurle%':'</a>'})|raw }}
|
||||
{{ 'import.pocket.config_missing.admin_message'|trans({'%keyurls%': '<a href="' ~ path('config') ~ '" class="white-text"><strong>', '%keyurle%':'</strong></a>'})|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user