We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cb21e commit ff05ac7Copy full SHA for ff05ac7
lib/editor/util/validation.js
@@ -134,7 +134,7 @@ export function validate (
134
}
135
case 'TEXT':
136
if (name === 'stop_name' && locationType !== null && (typeof locationType === 'number' && locationType <= 2)) {
137
- return validationIssue('Stop name is required for your current location type')
+ return validationIssue('Stop name is required for stop, station, and entrance location types.')
138
139
if (name === 'route_short_name' && !value && entity && entity.route_long_name) {
140
return false
0 commit comments