From 3354b38b8ec923650dea7ed649cacf502e2a236b Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 11 Jun 2025 14:12:49 -0700 Subject: [PATCH] adding choose --- app/assets/javascripts/templateFolderForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templateFolderForm.js b/app/assets/javascripts/templateFolderForm.js index 09d5a883d..b024ced5a 100644 --- a/app/assets/javascripts/templateFolderForm.js +++ b/app/assets/javascripts/templateFolderForm.js @@ -300,7 +300,7 @@ this.selectionStatus.update({ total: 0, templates: 0, folders: 0 }); $('#page-title').text('New Template'); - $('#page-description').text('Every message starts with a template. Select to start with a blank template or copy an existing template.'); + $('#page-description').text('Every message starts with a template. Choose to start with a blank template or copy an existing template.'); document.title = 'New Templates'; } else { this.$form.find('.template-list-item').removeClass('js-hidden');