Make the string look like an error message

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-12-21 17:05:23 +01:00
parent 700ad1ee88
commit aea2a28974

View File

@ -45,7 +45,7 @@ if (empty($sql_query)) {
if (isset($_REQUEST['view']['name'])
&& empty($_REQUEST['view']['name'])
) {
$message = PMA\libraries\Message::error(__('View name can not be empty'));
$message = PMA\libraries\Message::error(__('View name can not be empty!'));
$response->addJSON(
'message',
$message