From b4108e9090d7c9401563e83faedb2a78085b4e54 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Thu, 3 Mar 2016 09:47:30 +0100 Subject: [PATCH] tiny csv import fixes (i18n, html tag mismatch) - fix typo in de.yml (Dartei / Datei) - fix semicolon in en.yml - fixes mismatching list tags in issues/show --- app/views/imports/show.html.erb | 2 +- config/locales/de.yml | 2 +- config/locales/en.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index ad6ae36..d9848cd 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -3,7 +3,7 @@ <% if @import.unsaved_items.count == 0 %>

<%= l(:notice_import_finished, :count => @import.saved_items.count) %>

-
    +