1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Change You Have to Save! copy to Unsaved Changes!

This commit is contained in:
jacobherrington
2018-09-30 08:45:50 -05:00
parent 03b8dbbc44
commit f70de60672
22 changed files with 23 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ class Blog extends React.Component {
this.props.haveToSave({
tab: 'Blog',
type: 'warning',
message: i18n.__('You have to save!')
message: i18n.__('Unsaved Changes!')
})
}
}