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`