Add missing message dependency to oojs-ui-widgets
The depdency is just missing. The message is used in the code, but not loaded, resulting in tooltips that show "<ooui-item-remove>". This is currently an actual issue when playing around with the AdvancedSearch prototype announced at https://www.mediawiki.org/wiki/Help:Extension:AdvancedSearch Change-Id: Ia89f2dd6c89b03fe63d289732ac9221eddf5db99
This commit is contained in:
parent
57fb649603
commit
75a92eb645
1 changed files with 1 additions and 0 deletions
|
|
@ -2749,6 +2749,7 @@ return [
|
|||
'oojs-ui.styles.icons-moderation',
|
||||
],
|
||||
'messages' => [
|
||||
'ooui-item-remove',
|
||||
'ooui-outline-control-move-down',
|
||||
'ooui-outline-control-move-up',
|
||||
'ooui-outline-control-remove',
|
||||
|
|
|
|||
Loading…
Reference in a new issue