diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/notification_by_mail.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/notification_by_mail.tpl b/admin/themes/default/template/notification_by_mail.tpl index fa7ba7003..0be49bdd1 100644 --- a/admin/themes/default/template/notification_by_mail.tpl +++ b/admin/themes/default/template/notification_by_mail.tpl @@ -98,7 +98,7 @@ jQuery(document).ready(function(){ <table class="table2"> <tr class="throw"> <th>{'User'|@translate}</th> - <th>{'email'|@translate}</th> + <th>{'Email'|@translate}</th> <th>{'Last send'|@translate}</th> <th>{'To send ?'|@translate}</th> </tr> |