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/config
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-05-20 13:13:04 +0300
committerszaimen <szaimen@e.mail.de>2021-05-20 13:13:04 +0300
commit35d978c2fca0b4ae7961e44a3a9e1a4f77fad6dc (patch)
tree9ab67411941c1ae6ac456e0ec879f1e1852b40fa /config
parent7ffee26aa8768736593c77dcb12d17978a6e06b2 (diff)
Rename External storages to External storage
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e352c86b262..4895b6a7c82 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1548,7 +1548,7 @@ $CONFIG = [
/**
* Override where Nextcloud stores temporary files. Useful in situations where
* the system temporary directory is on a limited space ramdisk or is otherwise
- * restricted, or if external storages which do not support streaming are in
+ * restricted, or if external storage which do not support streaming are in
* use.
*
* The Web server user must have write access to this directory.
@@ -1682,7 +1682,7 @@ $CONFIG = [
/**
* Specifies how often the local filesystem (the Nextcloud data/ directory, and
* NFS mounts in data/) is checked for changes made outside Nextcloud. This
- * does not apply to external storages.
+ * does not apply to external storage.
*
* 0 -> Never check the filesystem for outside changes, provides a performance
* increase when it's certain that no changes are made directly to the