-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from concord-consortium/years-warning-pop-up
Show warning if user selects years unavailable for selected attributes (PT-185951219)
- Loading branch information
Showing
5 changed files
with
61 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export const strings = { | ||
appDescription: "Retrieve data on U.S. agricultural statistics at the state or county level.", | ||
infoTitle: "Further information about this CODAP plugin", | ||
getData: "Get Data", | ||
yearsWarning: "Some of the attributes you selected are not available for all the years you selected.", | ||
rowsWarning: "The number of attributes you have selected is over 4000 rows and may lead to the program running slowly.", | ||
fetchingMsg: "Fetching data...", | ||
fetchError: "Fetch Error. Please retry.", | ||
fetchSuccess: "Fetched data." | ||
}; |