From 74b9c79f49efdfd2e0e9da98421b9a08d592fdb0 Mon Sep 17 00:00:00 2001 From: Prithvi Tharun Date: Tue, 17 Jan 2023 15:45:59 +0530 Subject: [PATCH] Fixes #3670 (#6265) Success toast content for copy action made generic that fits all the context and scenarios. --- app/javascript/dashboard/i18n/locale/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/settings.json b/app/javascript/dashboard/i18n/locale/en/settings.json index 132594a0c..492e8bcef 100644 --- a/app/javascript/dashboard/i18n/locale/en/settings.json +++ b/app/javascript/dashboard/i18n/locale/en/settings.json @@ -158,7 +158,7 @@ "COMPONENTS": { "CODE": { "BUTTON_TEXT": "Copy", - "COPY_SUCCESSFUL": "Code copied to clipboard successfully" + "COPY_SUCCESSFUL": "Copied to clipboard" }, "SHOW_MORE_BLOCK": { "SHOW_MORE": "Show More",