mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 16:00:56 +02: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