forked from fixin.me/fixin.me
parent
d250119601
commit
b133b2be7c
@ -179,7 +179,7 @@ module ApplicationHelper
|
||||
|
||||
def render_no_items
|
||||
tag.tr id: :no_items do
|
||||
tag.td t("#{controller_name}.no_items"), colspan: 10, class: 'hint'
|
||||
tag.td t("#{controller_path.tr('/', '.')}.no_items"), colspan: 10, class: 'hint'
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -75,6 +75,7 @@ en:
|
||||
success: Deleted unit "%{unit}"
|
||||
default:
|
||||
units:
|
||||
no_items: There are no importable defaults or exportable units.
|
||||
unit:
|
||||
delete: Delete
|
||||
export: Export
|
||||
|
Loading…
x
Reference in New Issue
Block a user