fix: typos

This commit is contained in:
Matthieu Bessat 2020-08-03 18:18:03 +02:00
commit 7dfc143279
3 changed files with 6 additions and 5 deletions

View file

@ -466,7 +466,7 @@ export default {
return this.editedIndex === -1 ? 'Nouvelle association' : "Modification de l'association"
},
approveModalTitle () {
return 'Vérification des changements apporté par "' + this.toApproveItem.adminName + '"'
return 'Vérification des changements apportés par "' + this.toApproveItem.adminName + '"'
}
},