diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 1134fc977..a0d5fb23b 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml @@ -212,6 +212,7 @@ config: two_factor_code_description_5: "If you can't see the QR Code or can't scan it, enter the following secret in your app:" cancel: Cancel enable: Enable + qrcode_label: QR code entry: default_title: Title of the entry page_titles: diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index b6edce39e..1af2ae04e 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig @@ -84,7 +84,7 @@

{{ 'config.form_settings.android_configuration'|trans }}

{{ 'config.form_settings.android_instruction' | trans }}
- + {{ 'config.otp.app.qrcode_label' | trans }} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 22b38a1b6..93dc15f2b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -110,7 +110,7 @@
{{ 'config.form_settings.android_configuration'|trans }}
{{ 'config.form_settings.android_instruction' | trans }} - + {{ 'config.otp.app.qrcode_label' | trans }}