From 590d17777ded6bb46b5ca22164b108f7024f32dd Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 31 Dec 2019 16:37:00 -0700 Subject: [PATCH] Update verbiage on report --- .../contributor-yearly-report.component.html | 12 ++++++------ .../contributor-yearly-report.component.ts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index e281ae4..1c519e9 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -34,7 +34,7 @@

Name: {{contributorName}}

Tax Year: {{taxYear}}

- +
@@ -55,16 +55,16 @@
{{taxYear}} Giving Summary
+
+ Thank you for your support. The information provided in this statement reflects + your gifts on record for {{taxYear}}. + No goods or services were provided in exchange for your contributions. +
-
- Thank you for your support. The information provided in this statement reflects - your gifts on record for {{taxYear}}. - No goods or services were provided in exchange for your contributions. -
diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts index dcc727f..18087d2 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts @@ -36,7 +36,7 @@ export class ContributorYearlyReportComponent implements OnInit { public contributorZip: string = '59701'; public taxYear: number = 2019; - public rowsFirstPage: number = 12; + public rowsFirstPage: number = 13; public rowsPerPage: number = 31; public get fillerRows(): number[] { const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);