From 3341965d77257c9017657a51831f0ebcc7a63398 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Thu, 2 Mar 2017 11:02:47 +0800 Subject: [PATCH 3/3] change MD5 table header to Checksum --- app/views/files/index.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index 50e7bd9..05fe37a 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -12,7 +12,7 @@ <%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc') %> <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc') %> <%= sort_header_tag('downloads', :caption => l(:label_downloads_abbr), :default_order => 'desc') %> - MD5 + <%= l(:label_checksum) %> diff --git a/config/locales/en.yml b/config/locales/en.yml index eb3d7cf..2d02828 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1014,6 +1014,7 @@ en: label_font_default: Default font label_font_monospace: Monospaced font label_font_proportional: Proportional font + label_checksum: Checksum button_login: Login button_submit: Submit -- 2.1.4