Skip to content

Commit

Permalink
Hotfix: DataExport.type translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Novruu committed Oct 21, 2024
1 parent 9f8c821 commit f151af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/data_exports/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ table.table.table-bordered
admin_division_path(@data_export.division_id)
tr
th= t("data_export.type")
td= t("data_exports.type.#{@data_export.type.underscore}")
td= t("data_exports.types.#{@data_export.type.underscore}")
tr
th= t("activerecord.attributes.data_export.start_date")
td= ldate(@data_export.start_date, format: :long)
Expand Down

0 comments on commit f151af2

Please sign in to comment.