Merge pull request #8753 from openstreetmap/1ec5-follow-errors-8671

Copyedit error messages for Follow operation
This commit is contained in:
John Firebaugh
2021-10-17 14:56:04 -07:00
committed by GitHub
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ export function behaviorDrawWay(context, wayID, mode, startGraph) {
context.ui().flash
.duration(4000)
.iconName('#iD-icon-no')
.label(t(`operations.follow.error.intersection_of_mutiple_ways.${featureType}`))();
.label(t(`operations.follow.error.intersection_of_multiple_ways.${featureType}`))();
return;
}