Contribution Confirm: fix wording on the recurring
authorMathieu Lutfy <mathieu@symbiotic.coop>
Tue, 14 Dec 2021 16:23:40 +0000 (11:23 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Tue, 14 Dec 2021 16:24:06 +0000 (11:24 -0500)
templates/CRM/Contribute/Form/Contribution/Confirm.tpl

index 38cc30f0aea9cd0d6a66fd17757e67c9bafd5d8f..7e0bfbe6bae5e653e7056beb15887feaa2ae7002 100644 (file)
                 {if $frequency_unit eq 'day'}
                   <p><strong>{ts}I want to contribute this amount every day.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'week'}
-                  <p><strong>{ts}I want to contribute this amount processed every week.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every week.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'month'}
-                  <p><strong>{ts}I want to contribute this amount processed every month.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every month.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'year'}
-                  <p><strong>{ts}I want to contribute this amount processed every year.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every year.{/ts}</strong></p>
                 {/if}
               {/if}
             {/if}