diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 00:51:36 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 00:51:36 +0200 |
commit | 0583b0115114ba9357789d3aa153c472eb7071ab (patch) | |
tree | 16885616efed9d704639259881f58bd6748a1d7b /templates/headers/_display_bot_nav.html.ep | |
parent | 77992072b7963d9a96c11a3913f553c820cc21da (diff) |
improvements to i18n development experience
Diffstat (limited to 'templates/headers/_display_bot_nav.html.ep')
-rw-r--r-- | templates/headers/_display_bot_nav.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/headers/_display_bot_nav.html.ep b/templates/headers/_display_bot_nav.html.ep index 9064d6e..5a58b77 100644 --- a/templates/headers/_display_bot_nav.html.ep +++ b/templates/headers/_display_bot_nav.html.ep @@ -5,14 +5,14 @@ </div> <div class="pure-u-1-2 pure-u-md-1-4"> - <label for=allbox><%= l 'check_all' %></label> + <label for=allbox><%= l 'check all' %></label> <input name=allbox type=checkbox onclick="check_all(this)"> </div> <div class="pure-u-1-1 pure-u-md-1-2"> %= form_for move => (id => 'move-mail') => (class => 'pure-form') => begin <fieldset> - %= label_for 'select-folder' => l('move') . ' ' . l('to') + %= label_for 'select-folder' => l('move to') %= select_field folder => [grep {$_ ne $folder} @$mail_folders] => (id => 'select-folder') %= csrf_field %= submit_button l('move') => (class => 'pure-button') |