public inbox for [email protected]
help / color / mirror / Atom feedDialog issue: General category text is shown as undefined [pgadmin4]
2+ messages / 2 participants
[nested] [flat]
* Dialog issue: General category text is shown as undefined [pgadmin4]
@ 2016-04-12 09:54 Harshal Dhumal <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Harshal Dhumal @ 2016-04-12 09:54 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
PFA minor patch for message.js
Issue fixed : Dialog issue, General category text is shown as undefined
--
*Harshal Dhumal*
*Software Engineer *
EenterpriseDB <http://www.enterprisedb.com;
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[text/x-patch] message.js.patch (771B, 3-message.js.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/templates/browser/js/messages.js b/web/pgadmin/browser/templates/browser/js/messages.js
index 17e8c6d..400238c 100644
--- a/web/pgadmin/browser/templates/browser/js/messages.js
+++ b/web/pgadmin/browser/templates/browser/js/messages.js
@@ -10,7 +10,7 @@ function(_, S, pgAdmin) {
pgBrowser.messages = {
'SERVER_LOST': '{{ _('Connection to the server has been lost!') }}',
'CLICK_FOR_DETAILED_MSG': '%s<br><br>' + '{{ _('Click here for details!')|safe }}',
- 'GENERAL_CATEOGTY': '{{ _('General')|safe }}',
+ 'GENERAL_CATEOGTY': '{{ _("General")|safe }}',
'SQL_TAB': '{{ _('SQL') }}',
'SQL_NO_CHANGE': '-- ' + '{{ _('Nothing changed')|safe }}',
'MUST_BE_INT' : "{{ _("'%%s' must be an integer.")|safe }}",
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Dialog issue: General category text is shown as undefined [pgadmin4]
@ 2016-04-12 16:03 Dave Page <[email protected]>
parent: Harshal Dhumal <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2016-04-12 16:03 UTC (permalink / raw)
To: Harshal Dhumal <[email protected]>; +Cc: pgadmin-hackers
Thanks, applied.
On Tue, Apr 12, 2016 at 10:54 AM, Harshal Dhumal <
[email protected]> wrote:
> Hi,
>
> PFA minor patch for message.js
>
> Issue fixed : Dialog issue, General category text is shown as undefined
>
> --
> *Harshal Dhumal*
> *Software Engineer *
>
>
>
> EenterpriseDB <http://www.enterprisedb.com;
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-04-12 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 09:54 Dialog issue: General category text is shown as undefined [pgadmin4] Harshal Dhumal <[email protected]>
2016-04-12 16:03 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox