1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

corrections + ajout de raccourcis

This commit is contained in:
Maxime Moraine 2020-04-22 11:49:57 +02:00
parent a6986c42c6
commit 8fde413b48
4 changed files with 5 additions and 2 deletions

View file

@ -38,9 +38,9 @@ export default {
displayToggleMonsterButton () {
if (this.isMonsterInBestiary) {
return 'Supprimer de mon grimoire'
return 'Supprimer de mon bestiaire'
}
return 'Ajouter à mon grimoire'
return 'Ajouter à mon bestiaire'
}
},