fix(core): allow updates through error boundary (#2136)

This commit is contained in:
Shawn Erquhart
2019-03-02 15:26:08 -05:00
committed by GitHub
parent efa650ccf8
commit 3d98b72775
3 changed files with 38 additions and 20 deletions

View File

@ -120,6 +120,12 @@ export function getPhrases() {
title: 'Error',
details: "There's been an error - please ",
reportIt: 'report it.',
detailsHeading: 'Details',
recoveredEntry: {
heading: 'Recovered document',
warning: 'Please copy/paste this somewhere before navigating away!',
copyButtonLabel: 'Copy to clipboard',
},
},
settingsDropdown: {
logOut: 'Log Out',