From 894989f388b1074a0ac1472af85cea363641753c Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Wed, 4 Dec 2024 15:24:56 +0100 Subject: [PATCH] Fix translation typos * "you" instead of "your" * Copy & Pasting a Nextcloud error message into the OneDrive integration --- modules/storages/config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/storages/config/locales/en.yml b/modules/storages/config/locales/en.yml index 216d8ee4e368..656789fd6c93 100644 --- a/modules/storages/config/locales/en.yml +++ b/modules/storages/config/locales/en.yml @@ -125,7 +125,7 @@ en: not_found: "%{current_path} wasn't found." set_folders_permissions: permission_not_set: could not set permissions on %{path}. - error: An unexpected error occurred. Please ensure that you Nextcloud instance is reachable and check OpenProject worker logs for more information + error: An unexpected error occurred. Please ensure that your Nextcloud instance is reachable and check OpenProject worker logs for more information group_does_not_exist: "%{group} does not exist. Check your Nextcloud instance configuration." insufficient_privileges: OpenProject does not have enough privileges to add %{user} to %{group}. Check you group settings in Nextcloud. not_allowed: Nextcloud block the request. @@ -146,7 +146,7 @@ en: not_found: "%{current_path} wasn't found." set_folders_permissions: permission_not_set: could not set permissions on %{path}. - error: An unexpected error occurred. Please ensure that you Nextcloud instance is reachable and check OpenProject worker logs for more information + error: An unexpected error occurred. Please ensure that OneDrive/SharePoint is reachable and check OpenProject worker logs for more information not_allowed: OpenProject wasn't allowed to access your OneDrive drive. Please check the permissions set on the Azure Application. unauthorized: OpenProject could not sync with OneDrive. Please check your storage and Azure Application configuration. user_does_not_exist: "%{user} does not exist in Nextcloud."