Removed '?' from account linking modal title (#3001)
This commit is contained in:
parent
c73c3ee8a0
commit
5c2a9628a9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
"unlinkAccountTitle": "Unlink account from {{provider}}?",
|
||||
"unlinkAccountConfirm": "Are you sure you want to permanently unlink this account from {{provider}}?",
|
||||
"link": "Link",
|
||||
"linkAccountTitle": "Link account to {{provider}}?",
|
||||
"linkAccountTitle": "Link account to {{provider}}",
|
||||
"idpLinkSuccess": "Identity provider has been linked",
|
||||
"couldNotLinkIdP": "Could not link identity provider {{error}}",
|
||||
"verifyEmail": "Verify Email",
|
||||
|
|
Loading…
Reference in a new issue