Merge branch 'tyrcho-master-patch-22717' into 'master'

typos

See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!269
This commit is contained in:
Leratier Bretonnien 2021-06-07 22:01:32 +00:00
commit c515e9bc66
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export class RdDItemSheet extends ItemSheet {
if ( actor ) {
actor.effectuerTacheAlchimie(recetteId, tacheName, tacheData);
} else {
ui.notifications.info("Impossible trouver un actur pour réaliser cette tache Alchimique.");
ui.notifications.info("Impossible de trouver un acteur pour réaliser cette tâche alchimique.");
}
});