From 2c1a656d1754a1c6f5364c2ba16d1f2553fab3e3 Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Wed, 13 Dec 2023 10:50:04 +0100 Subject: [PATCH] Fix translation issue According to specification: https://crowdin.com/translate/openproject/7747/en-fr#1114758 --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 33bb894669c5..02ba4dbdf8c6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2469,7 +2469,7 @@ en: notice_file_not_found: "The page you were trying to access doesn't exist or has been removed." notice_forced_logout: "You have been automatically logged out after %{ttl_time} minutes of inactivity." notice_internal_server_error: "An error occurred on the page you were trying to access. If you continue to experience problems please contact your %{app_title} administrator for assistance." - notice_work_package_done_ratios_updated: "Work package % Complete values updated." + notice_work_package_done_ratios_updated: "% complete updated" notice_locking_conflict: "Information has been updated by at least one other user in the meantime." notice_locking_conflict_additional_information: "The update(s) came from %{users}." notice_locking_conflict_reload_page: "Please reload the page, review the changes and reapply your updates."