mirror of
https://github.com/unraid/webgui.git
synced 2026-05-09 05:41:17 -05:00
Multi-language support
Fix regression error: unable to change/delete share when non-english GUI
This commit is contained in:
@@ -173,7 +173,7 @@ _(Share status)_:
|
||||
:share_edit_status_help:
|
||||
|
||||
_(Delete)_<input type="checkbox" name="confirmDelete" onchange="chkDelete(this.form, this.form.cmdEditShare);">
|
||||
: <input type="submit" name="cmdEditShare" value="_(Apply)_" onclick="if (this.value=="_(Delete)_")this.value='Delete';else this.value='Apply'" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
: <input type="submit" name="cmdEditShare" value="_(Apply)_" onclick="if (this.value=='_(Delete)_') this.value='Delete'; else this.value='Apply'" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
<?else:?>
|
||||
_(Share status)_:
|
||||
: _(Share contains data)_
|
||||
|
||||
Reference in New Issue
Block a user