From 55c2ab0b241ba4b45366bc5d902c01321d974665 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 16 Jan 2018 16:41:43 +0530 Subject: [PATCH] Fix typo in string. --- web/pgadmin/static/js/sqleditor_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/sqleditor_utils.js b/web/pgadmin/static/js/sqleditor_utils.js index b7825fcf9..11b609e12 100644 --- a/web/pgadmin/static/js/sqleditor_utils.js +++ b/web/pgadmin/static/js/sqleditor_utils.js @@ -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');