From 020616e770c387ba0efe982c33bde726e5780bed Mon Sep 17 00:00:00 2001 From: Zalitoar <3695043+Zalitoar@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:36:54 -0300 Subject: [PATCH] Correction in comment --- src/js/utils/functions/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utils/functions/functions.js b/src/js/utils/functions/functions.js index 4b1f1364..3f84be7a 100755 --- a/src/js/utils/functions/functions.js +++ b/src/js/utils/functions/functions.js @@ -1394,7 +1394,7 @@ function getDeveveloperLogo() { } function loadDeveloperLogo() { - // This creates Argenmap developer's logo at the bottom right corner, we encourage you to left this as it comes in the code to give the proper attribution and spread the word about the project. Thanks! :D + // This creates Argenmap developer's logo at the bottom right corner, we encourage you to leaving this as it comes in the code to give the proper attribution and spread the word about the project. Thanks! :D // But, as sometimes is needed to replace the image, it can be done with a custom one adding the key 'overrideDevLogo' in the logo object, within preferences.json as its shown in the following example: /*