mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Merge pull request #662 from Ducz0r/lm-fix-en-yml
Fix en.yml localization bug
This commit is contained in:
commit
78147b5a4f
2 changed files with 3 additions and 9 deletions
|
@ -329,9 +329,9 @@ class MyModule < ActiveRecord::Base
|
|||
|
||||
# Prepare column headers
|
||||
headers = [
|
||||
I18n.t('repositories.table.name'),
|
||||
I18n.t('repositories.table.created_at'),
|
||||
I18n.t('repositories.table.created_by')
|
||||
I18n.t('repositories.table.row_name'),
|
||||
I18n.t('repositories.table.added_on'),
|
||||
I18n.t('repositories.table.added_by')
|
||||
]
|
||||
{ data: data, headers: headers }
|
||||
end
|
||||
|
|
|
@ -1039,12 +1039,6 @@ en:
|
|||
destroy_modal_submit: 'Permanently delete sample type'
|
||||
destroy_flash: "\"%{name}\" sample type was successfully deleted!"
|
||||
|
||||
repositories:
|
||||
table:
|
||||
name: 'Name'
|
||||
created_at: 'Added on'
|
||||
created_by: 'Added by'
|
||||
|
||||
custom_fields:
|
||||
new:
|
||||
title_html: "Add new column to team <strong>%{team}</strong>"
|
||||
|
|
Loading…
Reference in a new issue