Skip to content

Commit

Permalink
Minor fix in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrakohorst committed Dec 1, 2020
1 parent f39acd2 commit f73e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LibreCat/App/Catalogue/Route/importer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ post '/librecat/record/import' => sub {
unless (Catmandu::Util::is_array_ref($imported_records)) {
return template "backend/add_new",
{
error => "Import from $source failed - try later again" ,
error => "Import from $source failed - try again later" ,
imported => []
};
}
Expand Down

0 comments on commit f73e481

Please sign in to comment.