Fix typo in string.

pull/18/head
Dave Page 2018-01-16 16:41:43 +05:30
parent ad46d61bd3
commit 55c2ab0b24
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ define(['jquery', 'sources/gettext'],
// from server, we need to error out
sqlEditorUtils.previousStatus = -99;
msg = gettext("An unexpected error occurred - " +
"ensure sure you are logged into the application.");
"ensure you are logged into the application.");
$el.attr('data-content', msg);
if(!$status_el.hasClass('fa-query-tool-disconnected')) {
$el.popover('hide');