Merge pull request #662 from Ducz0r/lm-fix-en-yml

Fix en.yml localization bug
This commit is contained in:
mlorb 2017-06-08 13:45:35 +02:00 committed by GitHub
commit 78147b5a4f
2 changed files with 3 additions and 9 deletions

View file

@ -329,9 +329,9 @@ class MyModule < ActiveRecord::Base
# Prepare column headers # Prepare column headers
headers = [ headers = [
I18n.t('repositories.table.name'), I18n.t('repositories.table.row_name'),
I18n.t('repositories.table.created_at'), I18n.t('repositories.table.added_on'),
I18n.t('repositories.table.created_by') I18n.t('repositories.table.added_by')
] ]
{ data: data, headers: headers } { data: data, headers: headers }
end end

View file

@ -1039,12 +1039,6 @@ en:
destroy_modal_submit: 'Permanently delete sample type' destroy_modal_submit: 'Permanently delete sample type'
destroy_flash: "\"%{name}\" sample type was successfully deleted!" destroy_flash: "\"%{name}\" sample type was successfully deleted!"
repositories:
table:
name: 'Name'
created_at: 'Added on'
created_by: 'Added by'
custom_fields: custom_fields:
new: new:
title_html: "Add new column to team <strong>%{team}</strong>" title_html: "Add new column to team <strong>%{team}</strong>"