HFP-2398 Remove aria-label in action bar
WAIA states it is *not* supposed to be used if there's a visible labelcontent-upgrade-on-upload
parent
2be06b2eb9
commit
48f3805f94
|
@ -51,7 +51,7 @@ H5P.ActionBar = (function ($, EventDispatcher) {
|
|||
}
|
||||
},
|
||||
appendTo: $actions
|
||||
}).attr('aria-label', H5P.t(type + 'Description'));
|
||||
});
|
||||
|
||||
hasActions = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue