diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/existing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/existing.html b/templates/existing.html index ac2739a..1c326b8 100644 --- a/templates/existing.html +++ b/templates/existing.html @@ -10,7 +10,7 @@ <div class="meta"> <p> <% if ( category && category != '[% loc('-- Pick a category --') %]' ) { %> - [% tprintf('Saved in the %s category', '<%= category %>') %] + [% tprintf(loc('Saved in the %s category'), '<%= category %>') %] <% } %> </p> |