mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-27 17:20:01 +00:00
Fix name of file GUI message (…-modal-… not …-model-…)
Bug: 65545 Change-Id: I7084b1738ff5e880c104aace3425114258e87bca
This commit is contained in:
parent
759f0eef20
commit
b50d5d1a6b
|
@ -688,7 +688,7 @@
|
|||
'number': mw.msg( 'templatedata-modal-table-param-type-number' ),
|
||||
'string': mw.msg( 'templatedata-modal-table-param-type-string' ),
|
||||
'string/wiki-user-name': mw.msg( 'templatedata-modal-table-param-type-user' ),
|
||||
'string/wiki-file-name': mw.msg( 'templatedata-model-table-param-type-file' ),
|
||||
'string/wiki-file-name': mw.msg( 'templatedata-modal-table-param-type-file' ),
|
||||
'string/wiki-page-name': mw.msg( 'templatedata-modal-table-param-type-page' )
|
||||
};
|
||||
domObjects = {
|
||||
|
|
Loading…
Reference in a new issue