Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-10-03 15:32:36 +0300
committerGitHub <noreply@github.com>2020-10-03 15:32:36 +0300
commitbc289798f27633ac3398170ab285bc08369f2f09 (patch)
treef02d490931cb05fac1d0e65afd0b75ef93df876e /apps
parent2a079dfa506d71e8d697086713c28056933f812a (diff)
parent18091bd56ad846bddd51187d0657bed409b69136 (diff)
Merge pull request #22960 from nextcloud/Valdnet-patch-4
l10n: HTTP in capital letters
Diffstat (limited to 'apps')
-rw-r--r--apps/provisioning_api/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 30fbdd45e3a..749b22ba638 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.
</description>