summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-06-26 11:10:10 +0200
committerVincent Petry <pvince81@owncloud.com>2015-06-26 11:10:10 +0200
commiteadf789519cc4788439a962f9bda9be5f730e9f6 (patch)
treecd15a63ada9310827f384ebd5548ba23930880c2 /settings/templates
parent9be1d08c3cb669f4829b0aa4af53d90cf3a9d153 (diff)
downloadnextcloud-server-eadf789519cc4788439a962f9bda9be5f730e9f6.tar.gz
nextcloud-server-eadf789519cc4788439a962f9bda9be5f730e9f6.zip
Rename experimental to transactional file locking
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index fb6ef9b3e77..a55071bdf84 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -533,9 +533,9 @@ if ($_['cronErrors']) {
<ul>
<li>
<?php if ($_['fileLockingEnabled']) {
- p($l->t('Experimental File Lock is enabled.'));
+ p($l->t('Transactional File Locking is enabled.'));
} else {
- p($l->t('Experimental File Lock is disabled.'));
+ p($l->t('Transactional File Locking is disabled.'));
} ?>
</li>
</ul>