From 19f37246a6d3fd109ad97f6acc2841283687bfff Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Fri, 6 Jul 2018 23:02:47 +0300 Subject: [PATCH] capitalize avatarapp name in toolbar/tablet icons --- scripts/system/avatarapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/avatarapp.js b/scripts/system/avatarapp.js index ad454a4b62..672399cfc7 100644 --- a/scripts/system/avatarapp.js +++ b/scripts/system/avatarapp.js @@ -402,7 +402,7 @@ function onBookmarkAdded(bookmarkName) { // Manage the connection between the button and the window. // var button; -var buttonName = "Avatar"; +var buttonName = "AVATAR"; var tablet = null; function startup() {