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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Lain <5769179+dantt@users.noreply.github.com>2020-03-04 03:10:37 +0300
committerGitHub <noreply@github.com>2020-03-04 03:10:37 +0300
commit8a86b1d54cbe8ab1b78c277e0a2315000a104092 (patch)
tree25efb2d4f73d5c924de75d76d496d468fa0a8112 /page-files.php
parentb3fc416549f0cb59b7f8c792f078e284321656ca (diff)
Typo in page-files.php
"Lock files" section. colisions -> collisions
Diffstat (limited to 'page-files.php')
-rw-r--r--page-files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-files.php b/page-files.php
index dfebabf5..0971a9ec 100644
--- a/page-files.php
+++ b/page-files.php
@@ -141,7 +141,7 @@
</div>
<div class="col-md-6 feature--block">
<h3 class="section--paragraph__title"><?php echo $l->t('Lock files');?></h3>
- <p class="section--paragraph"><?php echo $l->t('File locking helps users prevent conflicts with colleagues who are trying to edit the same files. While office documents and notes can be edited in real time in the browser, some files have to be downloaded to make changes. Lock the file and colisions are avoided! Other users can easily contact you in chat or by a comment to ask what is going on.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('File locking helps users prevent conflicts with colleagues who are trying to edit the same files. While office documents and notes can be edited in real time in the browser, some files have to be downloaded to make changes. Lock the file and collisions are avoided! Other users can easily contact you in chat or by a comment to ask what is going on.');?></p>
</div>
</div>
</div>