diff --git a/module/actor-sheet.js b/module/actor-sheet.js index d7071f44..6417eb88 100644 --- a/module/actor-sheet.js +++ b/module/actor-sheet.js @@ -34,7 +34,7 @@ export class RdDActorSheet extends ActorSheet { data.data.lockUnlockText = (this.options.editCaracComp) ? "Bloquer" : "Débloquer"; // Gestion de l'affichage total/partiel des compétences data.data.cacherCompetencesNiveauBase = this.options.cacherCompetencesNiveauBase; - data.data.showHideCompetenceText = (this.options.cacherCompetencesNiveauBase) ? "Cacher Comp." : "Montrer Comp." ; + data.data.showHideCompetenceText = (this.options.cacherCompetencesNiveauBase) ? "Montrer tout" : "Filtrer" ; let compCategorieNiveau = RdDUtility.getLevelCategory(); // recup catégorie data.itemsByType = RdDUtility.buildItemsClassification(data.items); diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 7ed312aa..f2c722f9 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -52,10 +52,6 @@ + -