From b590beee46fd2b5fa90a6dc3d281646d30ded564 Mon Sep 17 00:00:00 2001 From: Pavel Balashou Date: Mon, 26 Aug 2024 11:44:10 +0200 Subject: [PATCH] [#56992] Wording of error message for Nextcloud host in storage form is missleading https://community.openproject.org/work_packages/56992 --- modules/storages/config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storages/config/locales/en.yml b/modules/storages/config/locales/en.yml index b1029eef75bf..ab7997b38cab 100644 --- a/modules/storages/config/locales/en.yml +++ b/modules/storages/config/locales/en.yml @@ -32,7 +32,7 @@ en: attributes: host: authorization_header_missing: is not fully set up. The Nextcloud instance does not receive the "Authorization" header, which is necessary for a Bearer token based authorization of API requests. Please double check your HTTP server configuration. - cannot_be_connected_to: can not be connected to. + cannot_be_connected_to: could not be reached. Please ensure the host is reachable and the OpenProject integration app is installed. minimal_nextcloud_version_unmet: does not meet minimal version requirements (must be Nextcloud 23 or higher) not_nextcloud_server: is not a Nextcloud server op_application_not_installed: appears to not have the app "OpenProject integration" installed. Please install it first and then try again.