From a79747809280bc112dabefc073d444d16274195e Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Thu, 25 Sep 2025 11:03:50 +0300 Subject: [PATCH] Fix translation key & icon --- customize.dist/messages.js | 1 + www/common/application_config_internal.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.dist/messages.js b/customize.dist/messages.js index d1760803c..2dbdacb9d 100755 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -133,6 +133,7 @@ define(req, function(AppConfig, Default, Language) { return text; } }; + Messages.type.webxdc = "Webxdc (chess)"; //XXX return Messages; diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 7a413fc6a..a87bb37fc 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -220,7 +220,7 @@ const factory = () => { profile: 'fa-user-circle', support: 'fa-life-ring', accounts: 'fa-ticket', - webxdc: 'fa-chess' + webxdc: 'fa-fort-awesome' }; // Ability to create owned pads and expiring pads through a new pad creation screen.