Fix extract fix annotation

This commit is contained in:
Quincy Morgan
2020-09-22 09:42:03 -04:00
parent ed14595784
commit b1a2e11a6b
+1 -1
View File
@@ -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()]));