diff --git a/renderer/app.js b/renderer/app.js index 7356b5f..8132990 100644 --- a/renderer/app.js +++ b/renderer/app.js @@ -820,7 +820,6 @@ function _syncHeaderUpdateState() { button.tabIndex = available ? 0 : -1; button.setAttribute('aria-busy', _updateCheckBusy ? 'true' : 'false'); button.setAttribute('aria-label', hint); - button.title = hint; button.dataset.tooltip = hint; _setHeaderUpdateLabel(_updateCheckBusy ? 'Prüfen…' : (available ? 'Update verfügbar' : 'Update')); } diff --git a/renderer/index.html b/renderer/index.html index 584830d..1e0708f 100644 --- a/renderer/index.html +++ b/renderer/index.html @@ -55,7 +55,7 @@