Fix typo in string.

This commit is contained in:
Dave Page
2018-01-16 16:41:43 +05:30
parent ad46d61bd3
commit 55c2ab0b24

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');