diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-22 17:13:49 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-22 17:13:49 -0700 |
commit | a9a791f0e93cf43f93a4bd720c7681d08d84f18c (patch) | |
tree | db08301412b97971bf9bc31a05014299f77e5c10 /httemplate/browse | |
parent | ff7b7921948cba175aa99974cda1c9c0080937c1 (diff) |
better locale support in message template UI, #24659
Diffstat (limited to 'httemplate/browse')
-rw-r--r-- | httemplate/browse/msg_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/msg_template.html b/httemplate/browse/msg_template.html index 50afc283e..bb5ac94a0 100644 --- a/httemplate/browse/msg_template.html +++ b/httemplate/browse/msg_template.html @@ -36,7 +36,7 @@ my (@locales, @locale_links); foreach my $l ( FS::Locales->locales ) { push @locales, sub { exists ( $_[0]->content_locales->{$l} ) - ? +{ FS::Locales->locale_info($l) }->{'name'} + ? +{ FS::Locales->locale_info($l) }->{'label'} : ''; }; push @locale_links, sub { |