discrod -> discord

This commit is contained in:
Vlyan
2020-12-12 00:06:32 +01:00
parent 66fca38340
commit 0855df881f
4 changed files with 11 additions and 11 deletions

View File

@@ -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: '<i class="fas fa-check"></i>',
label: game.i18n.localize("l5r5e.logo.discrod"),
label: game.i18n.localize("l5r5e.logo.discord"),
callback: () => openDiscord(),
},
},