Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Oct 16, 2023
1 parent 1a1522f commit 31c7c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/Base/useCases/deleteBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const deleteBase = (): AppThunk<Promise<void>> => async (dispatch, getSta
logSoftError({
message: `An error happened while deleting an base (ID=${confirmationModal.entityId}").`,
originalError: err,
userMessage: "Une erreur est survenue pendant la suppression de l'base."
userMessage: 'Une erreur est survenue pendant la suppression de la base.'
})
}
}

0 comments on commit 31c7c60

Please sign in to comment.