Skip to content

Commit b68c230

Browse files
committed
Minor message update
1 parent 8a9a5b0 commit b68c230

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WhiteCore/Modules/Web/html/admin/gridsettings_manager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public Dictionary<string, object> Fill(WebInterface webInterface, string filenam
7575

7676
// update main grid setup
7777
webInterface.SaveGridSettings(settings);
78-
response = webInterface.UserMsg("Successfully updated grid settings.", true);
78+
// response = webInterface.UserMsg("Successfully updated grid settings.", true);
79+
response = webInterface.UserMsg("WebUI: " + translator.GetTranslatedString("ChangesSavedSuccessfully"), true);
7980

8081
return null;
8182
}

0 commit comments

Comments
 (0)