mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
show error
This commit is contained in:
@@ -89,7 +89,7 @@ define('admin/settings', ['uploader'], function (uploader) {
|
||||
alert_id: 'config_status',
|
||||
timeout: 2500,
|
||||
title: 'Changes Not Saved',
|
||||
message: 'NodeBB encountered a problem saving your changes',
|
||||
message: 'NodeBB encountered a problem saving your changes. (' + err.message + ')',
|
||||
type: 'danger',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user