feat(core): recover entry after unexpected quit (#2129)

This commit is contained in:
Shawn Erquhart
2019-02-28 13:30:23 -05:00
committed by GitHub
parent 7577443849
commit 686504adee
10 changed files with 267 additions and 14 deletions

View File

@ -59,6 +59,7 @@ export function getPhrases() {
onDeleteUnpublishedChanges:
'All unpublished changes to this entry will be deleted. Do you still want to delete?',
loadingEntry: 'Loading entry...',
confirmLoadBackup: 'A local backup was recovered for this entry, would you like to use it?',
},
editorToolbar: {
publishing: 'Publishing...',
@ -116,9 +117,9 @@ export function getPhrases() {
},
ui: {
errorBoundary: {
title: 'Sorry!',
title: 'Error',
details: "There's been an error - please ",
reportIt: 'report it!',
reportIt: 'report it.',
},
settingsDropdown: {
logOut: 'Log Out',