Skip to content

Commit

Permalink
small fixes on import
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Sep 18, 2024
1 parent 6d3abe2 commit 660ea6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ protected function getHeaderActions(): array
return [
Actions\ImportAction::make()
->importer(PointImporter::class)
->color('primary')
->label(__('map_points.buttons.import')),
];
}
Expand Down
1 change: 1 addition & 0 deletions lang/ro/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'title' => 'Puncte abandonate',
'description' => 'Următoarele puncte nu au fost adăugate la baza de date de puncte de pe hartă pentru că au probleme legate de formatul coordonatelor sau au fost identificate cu risc crescut de duplicat. Vă rugăm verificați-le și reîncercați să le adăugați individual sau prin reluarea unui proces de import.',
'no_failed' => 'Nu există puncte abandonate.',
'download' => 'Descărcați lista cu puncte abandonate',
],
'view_heading' => 'Importul #:id',

Expand Down

0 comments on commit 660ea6f

Please sign in to comment.