From 5c2a9628a968006da40af0ae2bca2d6efa5e3fe2 Mon Sep 17 00:00:00 2001 From: Dominik Kawka <31955648+dominikkawka@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:23:34 +0100 Subject: [PATCH] Removed '?' from account linking modal title (#3001) --- public/resources/en/users.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/en/users.json b/public/resources/en/users.json index d7ca85756f..da02eaad6b 100644 --- a/public/resources/en/users.json +++ b/public/resources/en/users.json @@ -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",