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.