Skip to content

Commit ed65fde

Browse files
authored
update alternate sign in text (#2527)
1 parent e92d815 commit ed65fde

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/app/account-settings/components/settings-security-alternate-sign-in/settings-security-alternate-sign-in.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<app-settings-panels-data *ngIf="accounts$ | async as accounts">
2-
<p i18n="@@account.youCanSingIntoOrcid">
3-
You can sign into ORCID using the personal and institutional accounts you
4-
have linked to your ORCID record.
2+
<p i18n="@@account.youCanSignIntoOrcid">
3+
You can sign into ORCID using any of the institutional accounts you have
4+
linked to your ORCID record.
55
</p>
66

77
<a

src/locale/properties/account/account.en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ account.accessGranted=Access granted
3737
account.alternateSignInID=Alternate sign in ID
3838
account.account=Account
3939
account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record.
40+
account.youCanSignIntoOrcid=You can sign into ORCID using any of the institutional accounts you have linked to your ORCID record.
4041
account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID
4142
account.accountPassword=Account password
4243
account.actions=Account actions

src/locale/properties/account/account.lr.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ account.accessGranted=LR
3535
account.alternateSignInID=LR
3636
account.account=LR
3737
account.youCanSingIntoOrcid=LR
38+
account.youCanSignIntoOrcid=LR
3839
account.learnMoreAboutUsing=LR
3940
account.actions=LR
4041
account.OrcidCollectsLimited=LR

src/locale/properties/account/account.rl.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ account.accessGranted=RL
3535
account.alternateSignInID=RL
3636
account.account=RL
3737
account.youCanSingIntoOrcid=RL
38+
account.youCanSignIntoOrcid=RL
3839
account.learnMoreAboutUsing=RL
3940
account.actions=RL
4041
account.OrcidCollectsLimited=RL

src/locale/properties/account/account.xx.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ account.accessGranted=X
3535
account.alternateSignInID=X
3636
account.account=X
3737
account.youCanSingIntoOrcid=X
38+
account.youCanSignIntoOrcid=X
3839
account.learnMoreAboutUsing=X
3940
account.actions=X
4041
account.OrcidCollectsLimited=X

0 commit comments

Comments
 (0)