mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix translation key & icon
This commit is contained in:
parent
ac88fe01a8
commit
a797478092
@ -133,6 +133,7 @@ define(req, function(AppConfig, Default, Language) {
|
||||
return text;
|
||||
}
|
||||
};
|
||||
Messages.type.webxdc = "Webxdc (chess)"; //XXX
|
||||
|
||||
return Messages;
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user