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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-03-12 16:51:07 +0300
committerGitHub <noreply@github.com>2021-03-12 16:51:07 +0300
commit9a1134e4250dbb49aeee42d978ebe2682ed2c78c (patch)
tree54a4374dd29a8af9f896400bfb5976670de2793f /apps/smbmount.sh
parent1ae4135f7c62d185e98b48b74ddb09e37a74b88d (diff)
fix setup <-> set up spelling (#1890)
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/smbmount.sh')
-rw-r--r--apps/smbmount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/smbmount.sh b/apps/smbmount.sh
index 37712e11..581a4b3e 100644
--- a/apps/smbmount.sh
+++ b/apps/smbmount.sh
@@ -292,7 +292,7 @@ The Share has been mounted to the Nextcloud admin-group if not specifically chan
You can now access 'https://yourdomain-or-ipaddress/settings/admin/externalstorages' \
to edit external storages in Nextcloud."
- # Inform the user that he can setup inotify for this external storage
+ # Inform the user that he can set up inotify for this external storage
if ! yesno_box_no "Do you want to enable inotify for this external storage in Nextcloud?
It is only recommended if the content can get changed externally and \
will let Nextcloud track if this external storage was externally changed.
@@ -353,7 +353,7 @@ We please you to do the math yourself if the number is high enough for your setu
if ! yesno_box_yes "The inotify PHP extension was successfully installed, \
the max folder variable was set to 524288 and $VMLOGS/files_inotify.log was created.
Just press [ENTER] (on the default 'yes') to install the needed \
-files_inotify app and setup the cronjob for this external storage."
+files_inotify app and set up the cronjob for this external storage."
then
break
fi