From fdeec548a3872afcb2d003d7dac07a1d0b613814 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 21 Jun 2024 17:04:11 +0300 Subject: [PATCH] adjust message --- app/javascript/template_builder/builder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue index 3cfcd9ee..a02de73f 100644 --- a/app/javascript/template_builder/builder.vue +++ b/app/javascript/template_builder/builder.vue @@ -1136,7 +1136,7 @@ export default { if (submitterWithoutFields) { e.preventDefault() - alert(`Please add fields for ${submitterWithoutFields.name} to prepare the document or remove the party.`) + alert(`Please add fields for the ${submitterWithoutFields.name}. Or, remove the ${submitterWithoutFields.name} if not needed.`) } } }, @@ -1158,7 +1158,7 @@ export default { this.template.submitters.find((submitter) => !this.template.fields.some((f) => f.submitter_uuid === submitter.uuid)) if (submitterWithoutFields) { - alert(`Please add fields for ${submitterWithoutFields.name} to prepare the document or remove the party.`) + alert(`Please add fields for the ${submitterWithoutFields.name}. Or, remove the ${submitterWithoutFields.name} if not needed.`) } else { this.isSaving = true