From 65bbdcbf1af551176b0385a1d98c2abcd4ccbe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 2 Sep 2024 15:00:32 +0200 Subject: [PATCH] Fix label duplicate in another project --- config/locales/js-en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index 4cc9ceb6ad47..aeb412261ebc 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -91,7 +91,7 @@ en: button_copy: "Copy" button_copy_to_clipboard: "Copy to clipboard" button_copy_link_to_clipboard: "Copy link to clipboard" - button_copy_to_other_project: "Duplicate to other project" + button_copy_to_other_project: "Duplicate in another project" button_custom-fields: "Custom fields" button_delete: "Delete" button_delete_watcher: "Delete watcher"