diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-26 12:27:16 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-26 12:27:16 +0200 |
commit | 8cc88fa64f28cef30460829b18a99e2bef5acc18 (patch) | |
tree | 797ed34115eef91a495cffc0ee15990dcc3aa6e2 /settings | |
parent | 6c3a4282e5f24b5914b8d1afa869d9595fb14261 (diff) | |
parent | eadf789519cc4788439a962f9bda9be5f730e9f6 (diff) | |
download | nextcloud-server-8cc88fa64f28cef30460829b18a99e2bef5acc18.tar.gz nextcloud-server-8cc88fa64f28cef30460829b18a99e2bef5acc18.zip |
Merge pull request #17190 from owncloud/lock-changelabel
Rename experimental to transactional file locking
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 4 |
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> |