From 1e1e7dc8f21b0b924af6a4cc8893ebadc6e3f3b8 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 16 Nov 2014 17:31:57 -0500 Subject: [PATCH] CRM-15603 - Standardize case of reminders labels --- templates/CRM/Contribute/Form/ContributionPage/Amount.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl index 397bd81052..af208162be 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl @@ -142,15 +142,15 @@ {$form.initial_reminder_day.label} {$form.initial_reminder_day.html} - {ts}days prior to each scheduled payment due date.{/ts} + {ts}Days prior to each scheduled payment due date.{/ts} {$form.max_reminders.label} {$form.max_reminders.html} - {ts}reminders for each scheduled payment.{/ts} + {ts}Reminders for each scheduled payment.{/ts} {$form.additional_reminder_day.label} {$form.additional_reminder_day.html} - {ts}days after the last one sent, up to the maximum number of reminders.{/ts} + {ts}Days after the last one sent, up to the maximum number of reminders.{/ts} -- 2.25.1