From 01e08b1b53afd9d58eab024bd3ef864923e1bb55 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:22:32 +0200 Subject: [PATCH] l10n: HTTP in capital letters Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/provisioning_api/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 5c7f4c0c57120..9628468fab3d2 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -9,7 +9,7 @@ attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users can also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables an admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely. - Once the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions + Once the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions listed above. More information is available in the Provisioning API documentation, including example calls and server responses.