mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Fix "Add field" label
This commit is contained in:
@@ -80,7 +80,7 @@ export function uiFormFields(context) {
|
||||
.append('div')
|
||||
.attr('class', 'more-fields')
|
||||
.append('label')
|
||||
.text(t('inspector.fields'))
|
||||
.text(t('inspector.add_fields'))
|
||||
.merge(more);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user