Skip to content

Commit

Permalink
Update indigo_app/static/javascript/indigo/views/document_editor.js
Browse files Browse the repository at this point in the history
Co-authored-by: edith <32566441+goose-life@users.noreply.github.com>
  • Loading branch information
longhotsummer and goose-life authored Dec 9, 2024
1 parent 8974336 commit cb3b9f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit cb3b9f6

Please sign in to comment.