Fix translation key & icon

This commit is contained in:
DianaXWiki 2025-09-25 11:03:50 +03:00
parent ac88fe01a8
commit a797478092
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ define(req, function(AppConfig, Default, Language) {
return text;
}
};
Messages.type.webxdc = "Webxdc (chess)"; //XXX
return Messages;

View File

@ -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.