1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #2442 from jacobherrington/unsaved-changes-copy

Change You Have to Save! copy to Unsaved Changes!
This commit is contained in:
Junyoung Choi (Sai)
2018-10-01 02:35:54 +09:00
committed by GitHub
22 changed files with 22 additions and 22 deletions

View File

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