HFP-2398 Remove aria-label in action bar

WAIA states it is *not* supposed to be used if there's a visible label
content-upgrade-on-upload
Oliver Tacke 2018-11-23 15:13:41 +01:00
parent 2be06b2eb9
commit 48f3805f94
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ H5P.ActionBar = (function ($, EventDispatcher) {
}
},
appendTo: $actions
}).attr('aria-label', H5P.t(type + 'Description'));
});
hasActions = true;
};