diff --git a/modules/validations/mismatched_geometry.js b/modules/validations/mismatched_geometry.js index e4e7fac02..9f262f472 100644 --- a/modules/validations/mismatched_geometry.js +++ b/modules/validations/mismatched_geometry.js @@ -208,7 +208,7 @@ export function validationMismatchedGeometry() { var action = actionExtract(entityId); context.perform( action, - t('operations.extract.annotation.single') + t('operations.extract.annotation', { n: 1 }) ); // re-enter mode to trigger updates context.enter(modeSelect(context, [action.getExtractedNodeID()]));