X Tutup
Skip to content

Commit c24b872

Browse files
Patrick Maierphil-davis
authored andcommitted
Change wording for enable file locking checkbox
1 parent c5064f6 commit c24b872

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog/unreleased/39106

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Bugfix: Clarify the description of the manual file locking option
2+
3+
The administrator can enable manual file locking in the admin settings.
4+
That enables manual file locking on the web interface, not on all clients.
5+
The text has been changed to describe this correctly.
6+
7+
https://github.com/owncloud/core/pull/39106

settings/templates/panels/admin/persistentlocking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
value="1" <?php if ($_['manualFileLockOnClientsEnabled'] === 'yes') {
2222
print_unescaped('checked="checked"');
2323
} ?> />
24-
<label for="manualFileLockOnClientsEnabled"><?php p($l->t('Enable manual file locking on clients'));?></label>
24+
<label for="manualFileLockOnClientsEnabled"><?php p($l->t('Enable manual file locking in the web interface'));?></label>
2525
<br/>
2626
</div>

0 commit comments

Comments
 (0)
X Tutup