diff --git a/system/lang/en-en.json b/system/lang/en-en.json index a818030..e1b4610 100644 --- a/system/lang/en-en.json +++ b/system/lang/en-en.json @@ -28,15 +28,15 @@ "content": "Follow the guide :", "edge": "Go to the Edge-Studio website", "drive": "Buy a PDF of the game...", - "discrod": "FoundryVTT Official Discord", + "discord": "FoundryVTT Official Discord", "src": "systems/l5r5e/assets/l5r-logo.webp", "alt": "Online Help", "edge-info": "your browser will open the EDGE STUDIO website", "edge-link": "https://edge-studio.net/", "drive-info": "your browser will open the DriveThruRpg site of Edge Studio", "drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio", - "discrod-info": "Your browser will open on the official Foundry discord", - "discrod-link": "https://discordapp.com/invite/DDBZUDf" + "discord-info": "Your browser will open on the official Foundry discord", + "discord-link": "https://discordapp.com/invite/DDBZUDf" }, "rings": { "title": "Rings", diff --git a/system/lang/es-es.json b/system/lang/es-es.json index 43d830c..882880b 100644 --- a/system/lang/es-es.json +++ b/system/lang/es-es.json @@ -35,8 +35,8 @@ "edge-link": "https://edge-studio.net/", "drive-info": "tu navegador abrirá el sitio DriveThruRpg de Edge Studio", "drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio", - "discrod-info": "Su navegador se abrirá a la discordia oficial de la Fundición", - "discrod-link": "https://discordapp.com/invite/DDBZUDf" + "discord-info": "Su navegador se abrirá a la discordia oficial de la Fundición", + "discord-link": "https://discordapp.com/invite/DDBZUDf" }, "rings": { "title": "Anillos", diff --git a/system/lang/fr-fr.json b/system/lang/fr-fr.json index af33a75..0d1239b 100644 --- a/system/lang/fr-fr.json +++ b/system/lang/fr-fr.json @@ -28,15 +28,15 @@ "content": "Suivez le guide :", "edge": "Accéder au site de Edge Studio.", "drive": "Acheter un PDF du jeu ?", - "discrod": "rejoignez le Discord Francophone", + "discord": "rejoignez le Discord Francophone", "src": "systems/l5r5e/assets/l5r-logo.webp", "alt": "Aide en Ligne", "edge-info": "Votre navigateur va ouvrir le site de Edge Studio.", "edge-link": "https://edge-studio.net/", "drive-info": "Votre navigateur va ouvrir le site DriveThruRpg de Edge Studio.", "drive-link": "https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio", - "discrod-info": "Votre navigateur va ouvrir le discord francophone de foundry.", - "discrod-link": "https://discord.gg/pPSDNJk" + "discord-info": "Votre navigateur va ouvrir le discord francophone de foundry.", + "discord-link": "https://discord.gg/pPSDNJk" }, "rings": { "title": "Anneaux", diff --git a/system/scripts/main-l5r5e.js b/system/scripts/main-l5r5e.js index 56ccebf..c90fa61 100644 --- a/system/scripts/main-l5r5e.js +++ b/system/scripts/main-l5r5e.js @@ -189,8 +189,8 @@ Hooks.once("ready", async function () { } // -- Open Function Discord Link function openDiscord() { - ui.notifications.info(game.i18n.localize("l5r5e.logo.discrod-info")); - var windowObjectReference = window.open(game.i18n.localize("l5r5e.logo.discrod-link"), "_blank"); + ui.notifications.info(game.i18n.localize("l5r5e.logo.discord-info")); + var windowObjectReference = window.open(game.i18n.localize("l5r5e.logo.discord-link"), "_blank"); } //-- Logo Menu Link @@ -210,7 +210,7 @@ Hooks.once("ready", async function () { }, three: { icon: '', - label: game.i18n.localize("l5r5e.logo.discrod"), + label: game.i18n.localize("l5r5e.logo.discord"), callback: () => openDiscord(), }, },