diff --git a/docs/.vuepress/theme/layouts/MonsterLayout.vue b/docs/.vuepress/theme/layouts/MonsterLayout.vue index 39dd71d..16609b2 100644 --- a/docs/.vuepress/theme/layouts/MonsterLayout.vue +++ b/docs/.vuepress/theme/layouts/MonsterLayout.vue @@ -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' } }, diff --git a/docs/.vuepress/theme/layouts/MyMagicItemsLayout.vue b/docs/.vuepress/theme/layouts/MyMagicItemsLayout.vue index b5cb12c..e29a7ff 100644 --- a/docs/.vuepress/theme/layouts/MyMagicItemsLayout.vue +++ b/docs/.vuepress/theme/layouts/MyMagicItemsLayout.vue @@ -2,6 +2,7 @@
+ mdi-plus Créer un objet magique Liste des objets magiques
diff --git a/docs/.vuepress/theme/layouts/MyMonstersLayout.vue b/docs/.vuepress/theme/layouts/MyMonstersLayout.vue index acee77a..8f7e7e4 100644 --- a/docs/.vuepress/theme/layouts/MyMonstersLayout.vue +++ b/docs/.vuepress/theme/layouts/MyMonstersLayout.vue @@ -2,6 +2,7 @@
+ mdi-plus Créer un monstre Bestiaire
diff --git a/docs/.vuepress/theme/layouts/MySpellsLayout.vue b/docs/.vuepress/theme/layouts/MySpellsLayout.vue index 5155663..bb3c6a1 100644 --- a/docs/.vuepress/theme/layouts/MySpellsLayout.vue +++ b/docs/.vuepress/theme/layouts/MySpellsLayout.vue @@ -2,6 +2,7 @@
+ mdi-plus Créer un sort Grimoire