diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-04-13 21:49:07 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-13 21:49:07 +0200 |
commit | c0c56db0fa453ea2d2405b6fdb9f3593113dc9f2 (patch) | |
tree | 02fcc5758de2c09389c1c8cc7b6c202212816017 /app/views/admin/pubsubhubbub | |
parent | d9dc0fe84e1f7def5e7b423edbca6eeac6815f1c (diff) |
Translate admin (#1702)
* Translate the domain_block panel Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Translate PubSubHubbub section Signed-off-by: Thomas Citharel <tcit@tcit.fr> * translate account section and correct typos * move reports translation & translate sidebar Signed-off-by: Thomas Citharel <tcit@tcit.fr> * normalize l18n
Diffstat (limited to 'app/views/admin/pubsubhubbub')
-rw-r--r-- | app/views/admin/pubsubhubbub/index.html.haml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/admin/pubsubhubbub/index.html.haml b/app/views/admin/pubsubhubbub/index.html.haml index dcbb11c11..6b1d1ba4a 100644 --- a/app/views/admin/pubsubhubbub/index.html.haml +++ b/app/views/admin/pubsubhubbub/index.html.haml @@ -1,14 +1,14 @@ - content_for :page_title do - PubSubHubbub + = t('admin.pubsubhubbub.title') %table.table %thead %tr - %th Topic - %th Callback URL - %th Confirmed - %th Expires in - %th Last delivery + %th= t('admin.pubsubhubbub.topic') + %th= t('admin.pubsubhubbub.callback_url') + %th= t('admin.pubsubhubbub.confirmed') + %th= t('admin.pubsubhubbub.expires_in') + %th= t('admin.pubsubhubbub.last_delivery') %tbody - @subscriptions.each do |subscription| %tr |