diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 4d93a5b80..e9aed8ea9 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -74,7 +74,7 @@ module.exports = { user: 'User', numericalValue: 'Numerical Value', not: 'No.', - notOnlyRz: 'no', + notOnlyRz: 'No', EnterValue: 'Please Enter a Value', SavedQuery: 'Saved Search', NoQueriesSaved: 'No Queries Were Saved', @@ -1042,5 +1042,6 @@ module.exports = { NOneDecimalPlace: 'Decimal one', NTwoDecimalplaces: 'Decimal two', NThreedecimalplaces: 'Decimal three', - NFourDecimalplaces: 'Decimal four' + NFourDecimalplaces: 'Decimal four', + yes: 'Yes', } \ No newline at end of file