mirror of
https://github.com/unraid/webgui.git
synced 2026-03-10 12:59:26 -05:00
Multi-language support
This commit is contained in:
@@ -296,7 +296,7 @@ function hideUpgrade(set) {
|
||||
}
|
||||
function openUpgrade() {
|
||||
hideUpgrade();
|
||||
swal({title:'<?=_("Update")?> Unraid OS',text:'<?=_("Do you want to update to the new version")?>?',type:'warning',showCancelButton:true},function(){
|
||||
swal({title:'<?=_("Update")?> Unraid OS',text:'<?=_("Do you want to update to the new version")?>?',type:'warning',showCancelButton:true,confirmButtonText:'<?=_("Proceed")?>',cancelButtonText:'<?=_("Cancel")?>'},function(){
|
||||
openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=update&arg2=unRAIDServer.plg','<?=_("Update")?> Unraid OS',600,900,true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user