This commit is contained in:
zhaomeijing
2022-06-23 14:41:41 +08:00
parent 9d79be2ea5
commit 35f60cc15f
+3 -2
View File
@@ -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',
}