diff --git a/modules/ui/intro/line.js b/modules/ui/intro/line.js index 641887a254..2ab2543b9a 100644 --- a/modules/ui/intro/line.js +++ b/modules/ui/intro/line.js @@ -725,7 +725,7 @@ export function uiIntroLine(context, reveal) { context.history().on('change.intro', function(changed) { wasChanged = true; timeout(function() { - if (context.history().undoAnnotation() === t('operations.split.annotation.line')) { + if (context.history().undoAnnotation() === t('operations.split.annotation.line', { n: 1 })) { _washingtonSegmentID = changed.created()[0].id; continueTo(didSplit); } else {