Skip to content

Commit

Permalink
fix: typo restaurer
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Nov 16, 2023
1 parent 50c526a commit 19427c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/trash/list/items-deleted-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function ItemsListDelete({itemsDeleted, model, onRestore, onRemove, onRemoveNume
const actions = item => {
const actions = [
{
label: 'Restorer ' + (model === 'voie' ? (item._deleted ? 'voie' : 'numero(s)') : 'toponyme'),
label: 'Restaurer ' + (model === 'voie' ? (item._deleted ? 'voie' : 'numero(s)') : 'toponyme'),
callback: () => onRestore(item),
icon: AddIcon,
intent: 'none'
Expand Down

0 comments on commit 19427c9

Please sign in to comment.