From 27f33021cad8fa0bafcf8977a7d4f7b6cdcd01cf Mon Sep 17 00:00:00 2001 From: Conrad S Date: Thu, 4 May 2017 10:49:06 -0400 Subject: [PATCH] Change scraped to raw in utilityaccount --- src/components/UtilityAccount/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UtilityAccount/index.js b/src/components/UtilityAccount/index.js index 469a0a34..7b456526 100644 --- a/src/components/UtilityAccount/index.js +++ b/src/components/UtilityAccount/index.js @@ -277,7 +277,7 @@ class UtilityAccount extends Component { if (scrapeKey) { scrapeText = 'Loading scraped bill..'; } else if (this.state.form.utility.startsWith('other')) { - scrapeText = 'No scraped bill. Upload a bill'; + scrapeText = 'No raw bill. Upload a bill'; } else { scrapeText = 'No scraped bill. Try fetching'; } -- GitLab