Skip to content

Commit

Permalink
Merge branch 'feat/import-hidden-resources' of github.com:Inist-CNRS/…
Browse files Browse the repository at this point in the history
…lodex into feat/import-hidden-resources
  • Loading branch information
adguernier committed Feb 2, 2024
2 parents d342720 + fe61130 commit e982e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/custom/translations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -1065,5 +1065,5 @@
"admin_panel_link" "Instance administration" "Administration de l'instance"
"subresource_path_validation_error" "A subresource with this path already exists" "Une sous-ressource avec ce chemin existe déjà"
"import" "Import" "Importer"
"import_successfull" "Import completed successfully" "Import réalisé avec succés"
"import_successful" "Import completed successfully" "Import réalisé avec succès"
"import_error" "Error during import" "Erreur lors de l'import"
2 changes: 1 addition & 1 deletion src/app/js/admin/removedResources/ImportButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ImportButton = ({ p: polyglot }) => {
});
} else {
setDone(true);
toast(polyglot.t('import_successfull'), {
toast(polyglot.t('import_successful'), {
type: toast.TYPE.SUCCESS,
});
}
Expand Down

0 comments on commit e982e3f

Please sign in to comment.