Skip to content

Commit 97dddc2

Browse files
committed
PD-5403
1 parent 1ddd8ee commit 97dddc2

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

projects/orcid-registry-ui/src/lib/components/auth-challenge/auth-challenge.component.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,15 @@ <h1 class="orc-font-heading-small text-center font-normal" i18n>
2525
>and</ng-container
2626
>&nbsp;}@if (showTwoFactorField) {<ng-container i18n
2727
>a two-factor authentication code</ng-container
28-
>&nbsp;}to&nbsp;{{ actionDescription }}@if (boldText) {&nbsp;<b>{{
29-
boldText
30-
}}</b
28+
>&nbsp;}<ng-container
29+
i18n="
30+
auth challenge action clause|Clause in the verification sentence before
31+
a dynamic action fragment. actionDescription is a translated verb phrase
32+
like 'disable 2FA', 'unlink the alternate sign in account', or 'complete
33+
your password reset'. Keep the sentence natural in your
34+
language.@@authChallenge.toActionDescription"
35+
>to {{ actionDescription }}</ng-container
36+
>@if (boldText) {&nbsp;<b>{{ boldText }}</b
3137
>}@if (trailingText) {&nbsp;{{ trailingText }}}
3238
</p>
3339

0 commit comments

Comments
 (0)