diff options
Diffstat (limited to 'httemplate/browse/msg_template.html')
-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 { |