From cb3b9f644f00d34dea3655a8dcc65e998f76fe1e Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Mon, 9 Dec 2024 10:03:12 +0200 Subject: [PATCH] Update indigo_app/static/javascript/indigo/views/document_editor.js Co-authored-by: edith <32566441+goose-life@users.noreply.github.com> --- indigo_app/static/javascript/indigo/views/document_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indigo_app/static/javascript/indigo/views/document_editor.js b/indigo_app/static/javascript/indigo/views/document_editor.js index 4bef31d17..99bca4d88 100644 --- a/indigo_app/static/javascript/indigo/views/document_editor.js +++ b/indigo_app/static/javascript/indigo/views/document_editor.js @@ -142,7 +142,7 @@ if (elements.length) { this.onTextElementParsed(elements); this.closeTextEditor(); - } else if (confirm($t('Go ahead and delete this section from the document?'))) { + } else if (confirm($t('Go ahead and delete this provision from the document?'))) { this.parent.removeFragment(this.editingXmlElement); this.closeTextEditor(); }