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