Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 9, 2024
1 parent 8732dcd commit 419578b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async function deleteFiles() {
}
if (deletedFiles.length == 1) {
storeApp.alertsSuccess(`File ${deletedFiles[0].filename}has been removed`)
storeApp.alertsSuccess(`File ${deletedFiles[0].filename} has been removed`)
} else {
storeApp.alertsSuccess(`${deletedFiles.length} files have been removed`)
}
Expand Down

0 comments on commit 419578b

Please sign in to comment.