From 790045306abd45ebbdf2c4558edf9ea80e02f96f Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 26 Feb 2020 13:51:05 +0100 Subject: [PATCH] uppercase for first letter of Displayed name --- src/app/components/vertical-icons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/vertical-icons.js b/src/app/components/vertical-icons.js index a3bdd03fc1..986ef3e5a9 100644 --- a/src/app/components/vertical-icons.js +++ b/src/app/components/vertical-icons.js @@ -66,6 +66,7 @@ export class VerticalIcons extends Plugin { */ addIcon ({kind, name, icon, displayName, tooltip}) { let title = (tooltip || displayName || name) + title = title.replace(/^\w/, c => c.toUpperCase()); this.icons[name] = yo`