1) Fixes the incorrect title shown for the error message in restore/backup.

2) Doc updates for webserver authentication.
3) Cleanup task for API tests.
This commit is contained in:
Yogesh Mahajan
2022-02-07 11:51:27 +05:30
committed by Akshay Joshi
parent 9fec812366
commit 1141aeb524
6 changed files with 13 additions and 12 deletions

View File

@@ -177,7 +177,7 @@ define([
saveCallBack: function(data, dialog) {
if(data.errormsg) {
Notify.alert(
gettext('Utility not found'),
gettext('Error'),
gettext(data.errormsg)
);
} else {