- You must be the Owner to transfer between the Homebrewery and Google Drive!
- The owner of this file is {currentBrew.authors[0]}
+ You must be the Owner to transfer between the Homebrewery and Google Drive!
+ The owner of this file is {currentBrew.authors[0]}.
+
Okay
)}
@@ -318,12 +314,12 @@ const EditPage = (props)=>{
resetWarnUnsavedTimer();
const elapsedTime = Math.round((new Date() - lastSavedTime) / 1000 / 60);
const text = elapsedTime === 0
- ? 'Autosave is OFF.'
- : `Autosave is OFF, and you haven't saved for ${elapsedTime} minutes.`;
+ ? `Autosave is OFF${sandbox ? ' for this sandbox page' : ''}.`
+ : `Autosave is OFF${sandbox ? ' for this sandbox page' : ''}, and you haven't saved for ${elapsedTime} minutes.`;
return