Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo
Browse files Browse the repository at this point in the history
bellangerq authored Sep 5, 2024
1 parent ccb6546 commit 29de0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/audit/DeleteFileModal.vue
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ const description = computed(() => {
});
const confirm = computed(() => {
return isImage.value ? "Supprimer l’image ?" : "Supprimer le fichier ?";
return isImage.value ? "Supprimer l’image" : "Supprimer le fichier";
});
</script>

0 comments on commit 29de0f2

Please sign in to comment.