Copyedited error messages for Follow operation

This commit is contained in:
Minh Nguyễn
2021-10-14 15:29:47 -07:00
parent 76990349bd
commit 3e42e6adfa
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;
}