Fix localization of PAGE_TITLE in __multifactorTotpSecretField.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Sun, 15 Aug 2021 12:33:39 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Aug 2021 12:33:39 +0000 (14:33 +0200)
com.woltlab.wcf/templates/__multifactorTotpSecretField.tpl

index fc32f52215f50147f3d5033991eaceece7892f3f..ccc126d4904fbe1121dc796e751c6fdacaf13756 100644 (file)
@@ -3,7 +3,7 @@
        <canvas></canvas><br>
        <kbd {*
        *}class="totpSecret" {*
-       *}data-issuer="{PAGE_TITLE}" {*
+       *}data-issuer="{PAGE_TITLE|language}" {*
        *}data-accountname="{$__wcf->user->username}"{*
        *}>{$field->getEncodedValue()}</kbd>