From b1a2e11a6b4896ad4e932fe27b468521f81b4ad7 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 22 Sep 2020 09:42:03 -0400 Subject: [PATCH] Fix extract fix annotation --- modules/validations/mismatched_geometry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()]));