File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
settings/templates/panels/admin Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments