Skip to content

Commit 242bd50

Browse files
authored
Merge pull request #174 from TaloDev/develop
Release 0.25.2
2 parents d776869 + 2fdff0a commit 242bd50

File tree

3 files changed

+376
-346
lines changed

3 files changed

+376
-346
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"lint-staged": {
7272
"*.{js,jsx}": "eslint --fix"
7373
},
74-
"version": "0.25.1",
74+
"version": "0.25.2",
7575
"engines": {
7676
"node": "16.x"
7777
}

src/pages/DataExports.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const DataExports = () => {
4747
setCreatedExportId(res.data.dataExport.id)
4848
} catch (err) {
4949
if (err.response?.status === 402) {
50-
setCreateError(buildError('You have reached the data export limit for this month, contact the account owner to upgrade the pricing plan'))
50+
setCreateError(buildError('You have reached the data export limit for this month, please contact the account owner about upgrading the pricing plan'))
5151
} else {
5252
setCreateError(buildError(err))
5353
}

0 commit comments

Comments
 (0)