Skip to content

Commit 622ace2

Browse files
authored
Merge pull request #24 from back4app/cleanup-files
Changes the label to email warning
2 parents 752d31e + 27e067b commit 622ace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Settings/GeneralSettings.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ export default class GeneralSettings extends DashboardView {
544544
onCancel={() => this.setState({showPurgeFilesModal: false})}
545545
onConfirm={() => this.context.currentApp.cleanUpFiles().then(result => {
546546
this.setState({
547-
cleanupFilesMessage: 'All set! Your files will be deleted soon.',
547+
cleanupFilesMessage: 'All set! You\'ll receive an email when the process is over.',
548548
cleanupNoteColor: 'orange',
549549
showPurgeFilesModal: false,
550550
});

0 commit comments

Comments
 (0)