mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
Fix settings save message
This commit is contained in:
@@ -298,6 +298,7 @@ define('settings', function () {
|
||||
app.alert({
|
||||
title: 'Settings Saved',
|
||||
type: 'success',
|
||||
message: "Settings have been successfully saved",
|
||||
timeout: 2500
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user