From 46780e514408fe70a38112daf58dab1f2ba85621 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Tue, 31 Aug 2021 14:46:18 +0200 Subject: [PATCH] Merge pull request #4899 from overleaf/jpa-dropbox-duplicate-user [misc] emit other users email when detecting duplicate dropbox linking GitOrigin-RevId: e2682b0d8417a0f0320d6c660bb00a9f3367ca19 --- services/web/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f542de0b72..ab3e544c00 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -236,6 +236,7 @@ "linked_collabratec_description": "Use Collabratec to manage your __appName__ projects.", "reset_from_sl": "Please reset your password from ShareLaTeX and login there to move your account to Overleaf", "dropbox_already_linked_error": "Your Dropbox account cannot be linked as it is already linked with another Overleaf account.", + "dropbox_already_linked_error_with_email": "Your Dropbox account cannot be linked as it is already linked with another Overleaf account using email address __otherUsersEmail__.", "github_too_many_files_error": "This repository cannot be imported as it exceeds the maximum number of files allowed", "linked_accounts": "linked accounts", "linked_accounts_explained": "You can link your __appName__ account with other services to enable the features described below",