Merge pull request #1156 from ZogStriP/fix-column-name-in-admin-email-logs

fix column name in admin email logs
This commit is contained in:
Robin Ward 2013-07-06 17:04:58 -07:00
commit 838cea1921
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<table class='table'>
<tr>
<th>{{i18n admin.email.sent_at}}</th>
<th>{{i18n user.title}}</th>
<th>{{i18n admin.email.user}}</th>
<th>{{i18n admin.email.to_address}}</th>
<th>{{i18n admin.email.email_type}}</th>
<th>{{i18n admin.email.reply_key}}</th>

View File

@ -157,7 +157,6 @@ en:
user:
profile: Profile
title: "User"
mute: Mute
edit: Edit Preferences
download_archive: "download archive of my posts"
@ -1104,6 +1103,7 @@ en:
settings: "Settings"
logs: "Logs"
sent_at: "Sent At"
user: "User"
email_type: "Email Type"
to_address: "To Address"
test_email_address: "email address to test"

View File

@ -165,7 +165,6 @@ fr:
user:
profile: "profil"
title: "Utilisateur"
mute: "couper"
edit: "Éditer les préférences"
download_archive: "télécharger l'archive de mes messages"
@ -1060,6 +1059,7 @@ fr:
logs: "Logs"
title: "Historique des mails"
sent_at: "Envoyer à"
user: "Utilisateur"
email_type: "Type d'email"
to_address: "À l'adresse"
test_email_address: "Adresse mail à tester"