Don't lowercase the field names in the tutorial

(closes #3977)
This commit is contained in:
Bryan Housel
2017-04-21 13:24:04 -04:00
parent f92320c166
commit 4bd883b221
+2 -2
View File
@@ -485,8 +485,8 @@ export function uiIntroNavigation(context, reveal) {
reveal('.entity-editor-pane',
t('intro.navigation.editor_street', {
button: icon(href, 'pre-text'),
field1: onewayField.label().toLowerCase(),
field2: maxspeedField.label().toLowerCase()
field1: onewayField.label(),
field2: maxspeedField.label()
})
);