diff --git a/src/components/UtilityAccount/index.js b/src/components/UtilityAccount/index.js index 469a0a3440aeecfa743045d04b60d79fc3ae2c53..7b456526aeb42399c22983c8ee922f272779fd4f 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'; }