From df8cbed4530c69976fcf7bbb89a8c4a20fbd1288 Mon Sep 17 00:00:00 2001
From: knod <knodding@gmail.com>
Date: Fri, 2 Nov 2018 14:08:09 -0400
Subject: [PATCH] Updates snapshots and, apparently, translation files

---
 src/localization/vi.js                        | 34 +++++-----
 src/localization/zh.js                        | 22 +++----
 .../BenefitsLineGraph.test.js.snap            | 48 +++++++-------
 .../StackedAreaGraph.test.js.snap             | 64 +++++++++----------
 .../StackedBarGraph.test.js.snap              | 48 +++++++-------
 5 files changed, 108 insertions(+), 108 deletions(-)

diff --git a/src/localization/vi.js b/src/localization/vi.js
index a93242dc..8522b797 100644
--- a/src/localization/vi.js
+++ b/src/localization/vi.js
@@ -279,26 +279,26 @@ export default {
       beforeMoney_v1:             ` / tháng`,
       afterMoney_v1:              `$`,
 
-      stackedBarGraphTitle_v1:    `Đồ Thị Về Việc Thay Đổi`,
-      moneyInAsPayChanges_v1:     `Tiền Nhận Được Lúc Mà Thay Đổi Thu Nhập`,
+      stackedBarGraphTitle_v1: `Đồ Thị Về Việc Thay Đổi`,
+      moneyInAsPayChanges_v1:  `Tiền Nhận Được Lúc Mà Thay Đổi Thu Nhập`,
 
-      stackedAreaGraphTitle_v1:   `Xếp Chồng Tiền Thu Nhập Lên Nhau`,
-      allMoneyComingIn_v1:        `Tổng Tiền Nhận Được Lúc Mà Thay Đổi Thu Nhập`,
+      stackedAreaGraphTitle_v1: `Xếp Chồng Tiền Thu Nhập Lên Nhau`,
+      allMoneyComingIn_v1:      `Tổng Tiền Nhận Được Lúc Mà Thay Đổi Thu Nhập`,
 
-      benefitProgramsTitle_v1:    `Số tiền trợ cấp của cá nhân nhận được cho gia đình lúc mà thay đổi thu nhập`,
-      benefitValue_v1:            `Giá Trị Của Lợi Ích ($)`,
+      benefitProgramsTitle_v1: `Số tiền trợ cấp của cá nhân nhận được cho gia đình lúc mà thay đổi thu nhập`,
+      benefitValue_v1:         `Giá Trị Của Lợi Ích ($)`,
 
-      totalMoney_v1:              `Tổng Số Tiền Nhận Được ($)`,
-      weeklyPay_v1:               `Tiền Lương Hàng Tuần ($)`,
-      monthlyPay_v1:              `Tiền Lương Hàng Tháng ($)`,
-      yearlyPay_v1:               `Tiền Lương Hàng Năm ($)`,
-      hasPay_v1:                  `Tiền Lương`,
-      hasSNAP_v1:                 `Chương Trình Phiếu Mua Hàng SNAP`,
-      hasSection8_v1:             `Chương Trình Section 8 Housing`,
-      futurePayLine_v1:           `Tiền Lương Trong Tương Lai`,
-      buttonWeekly_v1:            `Hàng Tuần`,
-      buttonMonthly_v1:           `Hàng Tháng`,
-      buttonYearly_v1:            `Hàng Năm`,
+      totalMoney_v1:    `Tổng Số Tiền Nhận Được ($)`,
+      weeklyPay_v1:     `Tiền Lương Hàng Tuần ($)`,
+      monthlyPay_v1:    `Tiền Lương Hàng Tháng ($)`,
+      yearlyPay_v1:     `Tiền Lương Hàng Năm ($)`,
+      hasPay_v1:        `Tiền Lương`,
+      hasSNAP_v1:       `Chương Trình Phiếu Mua Hàng SNAP`,
+      hasSection8_v1:   `Chương Trình Section 8 Housing`,
+      futurePayLine_v1: `Tiền Lương Trong Tương Lai`,
+      buttonWeekly_v1:  `Hàng Tuần`,
+      buttonMonthly_v1: `Hàng Tháng`,
+      buttonYearly_v1:  `Hàng Năm`,
     },
   },
 };
diff --git a/src/localization/zh.js b/src/localization/zh.js
index e0614fb5..6776e631 100644
--- a/src/localization/zh.js
+++ b/src/localization/zh.js
@@ -266,17 +266,17 @@ export default {
       'benefitProgramsTitle_v1': `單獨補助額度,根據家庭收入變化`,
       'benefitValue_v1':         `補助額度 ($)`,
 
-      'totalMoney_v1':       `總收入 ($)`,
-      'weeklyPay_v1':        `周收入 ($)`,
-      'monthlyPay_v1':       `月收入 ($)`,
-      'yearlyPay_v1':        `年收入 ($)`,
-      'hasPay_v1':           `收入`,
-      'hasSNAP_v1':          `SNAP 糧食劵`,
-      'hasSection8_v1':      `Section 8 住房`,
-      'futurePayLine_v1':    `未來收入`,
-      'buttonWeekly_v1':     `每周`,
-      'buttonMonthly_v1':    `每月`,
-      'buttonYearly_v1':     `每年`,
+      'totalMoney_v1':    `總收入 ($)`,
+      'weeklyPay_v1':     `周收入 ($)`,
+      'monthlyPay_v1':    `月收入 ($)`,
+      'yearlyPay_v1':     `年收入 ($)`,
+      'hasPay_v1':        `收入`,
+      'hasSNAP_v1':       `SNAP 糧食劵`,
+      'hasSection8_v1':   `Section 8 住房`,
+      'futurePayLine_v1': `未來收入`,
+      'buttonWeekly_v1':  `每周`,
+      'buttonMonthly_v1': `每月`,
+      'buttonYearly_v1':  `每年`,
     },
   },
 };
diff --git a/src/test/forms/output/__snapshots__/BenefitsLineGraph.test.js.snap b/src/test/forms/output/__snapshots__/BenefitsLineGraph.test.js.snap
index 2b16bdbf..c085aacd 100644
--- a/src/test/forms/output/__snapshots__/BenefitsLineGraph.test.js.snap
+++ b/src/test/forms/output/__snapshots__/BenefitsLineGraph.test.js.snap
@@ -443,7 +443,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "ticks": Object {
                 "callback": [Function],
@@ -466,7 +466,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
         "showLines": true,
         "title": Object {
           "display": true,
-          "text": "Individual Benefit Amounts for Household as Income Changes",
+          "text": "Individual Benefit Amounts for Household as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -480,7 +480,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -895,7 +895,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "ticks": Object {
                   "callback": [Function],
@@ -918,7 +918,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
           "showLines": true,
           "title": Object {
             "display": true,
-            "text": "Individual Benefit Amounts for Household as Income Changes",
+            "text": "Individual Benefit Amounts for Household as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -932,7 +932,7 @@ exports[`<BenefitsLineGraph> renders with both snap and section8 1`] = `
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
@@ -1377,7 +1377,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "ticks": Object {
                 "callback": [Function],
@@ -1400,7 +1400,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
         "showLines": true,
         "title": Object {
           "display": true,
-          "text": "Individual Benefit Amounts for Household as Income Changes",
+          "text": "Individual Benefit Amounts for Household as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -1414,7 +1414,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -1727,7 +1727,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "ticks": Object {
                   "callback": [Function],
@@ -1750,7 +1750,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
           "showLines": true,
           "title": Object {
             "display": true,
-            "text": "Individual Benefit Amounts for Household as Income Changes",
+            "text": "Individual Benefit Amounts for Household as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -1764,7 +1764,7 @@ exports[`<BenefitsLineGraph> renders with section8 1`] = `
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
@@ -2209,7 +2209,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "ticks": Object {
                 "callback": [Function],
@@ -2232,7 +2232,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
         "showLines": true,
         "title": Object {
           "display": true,
-          "text": "Individual Benefit Amounts for Household as Income Changes",
+          "text": "Individual Benefit Amounts for Household as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -2246,7 +2246,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 100,
+          "earned": 100,
           "xRange": Array [
             0,
             90,
@@ -2559,7 +2559,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "ticks": Object {
                   "callback": [Function],
@@ -2582,7 +2582,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
           "showLines": true,
           "title": Object {
             "display": true,
-            "text": "Individual Benefit Amounts for Household as Income Changes",
+            "text": "Individual Benefit Amounts for Household as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -2596,7 +2596,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned greater than f
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 100,
+            "earned": 100,
             "xRange": Array [
               0,
               90,
@@ -3041,7 +3041,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "ticks": Object {
                 "callback": [Function],
@@ -3064,7 +3064,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
         "showLines": true,
         "title": Object {
           "display": true,
-          "text": "Individual Benefit Amounts for Household as Income Changes",
+          "text": "Individual Benefit Amounts for Household as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -3078,7 +3078,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -3391,7 +3391,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "ticks": Object {
                   "callback": [Function],
@@ -3414,7 +3414,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
           "showLines": true,
           "title": Object {
             "display": true,
-            "text": "Individual Benefit Amounts for Household as Income Changes",
+            "text": "Individual Benefit Amounts for Household as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -3428,7 +3428,7 @@ exports[`<BenefitsLineGraph> renders with snap and current earned less than futu
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
diff --git a/src/test/forms/output/__snapshots__/StackedAreaGraph.test.js.snap b/src/test/forms/output/__snapshots__/StackedAreaGraph.test.js.snap
index 02aff3ba..3eeb3a85 100644
--- a/src/test/forms/output/__snapshots__/StackedAreaGraph.test.js.snap
+++ b/src/test/forms/output/__snapshots__/StackedAreaGraph.test.js.snap
@@ -233,7 +233,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
               8460,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -556,7 +556,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Earned ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -580,7 +580,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
         },
         "title": Object {
           "display": true,
-          "text": "All Money Coming in as Income Changes",
+          "text": "All Money Coming in as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -594,7 +594,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -802,7 +802,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
                 8460,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -1125,7 +1125,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Earned ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -1149,7 +1149,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
           },
           "title": Object {
             "display": true,
-            "text": "All Money Coming in as Income Changes",
+            "text": "All Money Coming in as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -1163,7 +1163,7 @@ exports[`<StackedAreaGraph> renders with both snap and section8 1`] = `
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
@@ -1502,7 +1502,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
               8460,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -1723,7 +1723,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Earned ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -1747,7 +1747,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
         },
         "title": Object {
           "display": true,
-          "text": "All Money Coming in as Income Changes",
+          "text": "All Money Coming in as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -1761,7 +1761,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -1969,7 +1969,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
                 8460,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -2190,7 +2190,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Earned ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -2214,7 +2214,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
           },
           "title": Object {
             "display": true,
-            "text": "All Money Coming in as Income Changes",
+            "text": "All Money Coming in as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -2228,7 +2228,7 @@ exports[`<StackedAreaGraph> renders with section8 1`] = `
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
@@ -2567,7 +2567,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
               8460,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -2788,7 +2788,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Earned ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -2812,7 +2812,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
         },
         "title": Object {
           "display": true,
-          "text": "All Money Coming in as Income Changes",
+          "text": "All Money Coming in as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -2826,7 +2826,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 100,
+          "earned": 100,
           "xRange": Array [
             0,
             90,
@@ -3034,7 +3034,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
                 8460,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -3255,7 +3255,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Earned ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -3279,7 +3279,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
           },
           "title": Object {
             "display": true,
-            "text": "All Money Coming in as Income Changes",
+            "text": "All Money Coming in as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -3293,7 +3293,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned greater than fu
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 100,
+            "earned": 100,
             "xRange": Array [
               0,
               90,
@@ -3632,7 +3632,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
               8460,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -3853,7 +3853,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Earned ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -3877,7 +3877,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
         },
         "title": Object {
           "display": true,
-          "text": "All Money Coming in as Income Changes",
+          "text": "All Money Coming in as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -3891,7 +3891,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
       Array [
         VerticalLine {
           "afterDatasetsDraw": [Function],
-          "income": 200,
+          "earned": 200,
           "xRange": Array [
             0,
             90,
@@ -4099,7 +4099,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
                 8460,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -4320,7 +4320,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Earned ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -4344,7 +4344,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
           },
           "title": Object {
             "display": true,
-            "text": "All Money Coming in as Income Changes",
+            "text": "All Money Coming in as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -4358,7 +4358,7 @@ exports[`<StackedAreaGraph> renders with snap and current earned less than futur
         Array [
           VerticalLine {
             "afterDatasetsDraw": [Function],
-            "income": 200,
+            "earned": 200,
             "xRange": Array [
               0,
               90,
diff --git a/src/test/forms/output/__snapshots__/StackedBarGraph.test.js.snap b/src/test/forms/output/__snapshots__/StackedBarGraph.test.js.snap
index d98a3251..1a438272 100644
--- a/src/test/forms/output/__snapshots__/StackedBarGraph.test.js.snap
+++ b/src/test/forms/output/__snapshots__/StackedBarGraph.test.js.snap
@@ -132,7 +132,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
               200,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -164,7 +164,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -188,7 +188,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
         },
         "title": Object {
           "display": true,
-          "text": "Money Coming In as Income Changes",
+          "text": "Money Coming In as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -210,7 +210,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
                 200,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -242,7 +242,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -266,7 +266,7 @@ exports[`<StackedBarGraph> renders with both snap and section8 1`] = `
           },
           "title": Object {
             "display": true,
-            "text": "Money Coming In as Income Changes",
+            "text": "Money Coming In as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -413,7 +413,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
               200,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -437,7 +437,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -461,7 +461,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
         },
         "title": Object {
           "display": true,
-          "text": "Money Coming In as Income Changes",
+          "text": "Money Coming In as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -483,7 +483,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
                 200,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(206, 203, 61, 1)",
@@ -507,7 +507,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -531,7 +531,7 @@ exports[`<StackedBarGraph> renders with section8 1`] = `
           },
           "title": Object {
             "display": true,
-            "text": "Money Coming In as Income Changes",
+            "text": "Money Coming In as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -678,7 +678,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
               100,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -702,7 +702,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -726,7 +726,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
         },
         "title": Object {
           "display": true,
-          "text": "Money Coming In as Income Changes",
+          "text": "Money Coming In as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -748,7 +748,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
                 100,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -772,7 +772,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -796,7 +796,7 @@ exports[`<StackedBarGraph> renders with snap and current earned greater than fut
           },
           "title": Object {
             "display": true,
-            "text": "Money Coming In as Income Changes",
+            "text": "Money Coming In as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {
@@ -943,7 +943,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
               200,
             ],
             "fill": "origin",
-            "label": "Income",
+            "label": "Earned",
           },
           Object {
             "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -967,7 +967,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
             Object {
               "scaleLabel": Object {
                 "display": true,
-                "labelString": "Monthly Income ($)",
+                "labelString": "Monthly Pay ($)",
               },
               "stacked": true,
               "ticks": Object {
@@ -991,7 +991,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
         },
         "title": Object {
           "display": true,
-          "text": "Money Coming In as Income Changes",
+          "text": "Money Coming In as Pay Changes",
         },
         "tooltips": Object {
           "callbacks": Object {
@@ -1013,7 +1013,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
                 200,
               ],
               "fill": "origin",
-              "label": "Income",
+              "label": "Earned",
             },
             Object {
               "backgroundColor": "rgba(101, 47, 138, 1)",
@@ -1037,7 +1037,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
               Object {
                 "scaleLabel": Object {
                   "display": true,
-                  "labelString": "Monthly Income ($)",
+                  "labelString": "Monthly Pay ($)",
                 },
                 "stacked": true,
                 "ticks": Object {
@@ -1061,7 +1061,7 @@ exports[`<StackedBarGraph> renders with snap and current earned less than future
           },
           "title": Object {
             "display": true,
-            "text": "Money Coming In as Income Changes",
+            "text": "Money Coming In as Pay Changes",
           },
           "tooltips": Object {
             "callbacks": Object {