diff --git a/scripts/system/html/SnapshotReview.html b/scripts/system/html/SnapshotReview.html index 9b9403cf78..69fb5994dc 100644 --- a/scripts/system/html/SnapshotReview.html +++ b/scripts/system/html/SnapshotReview.html @@ -3,56 +3,106 @@
Snapshots can be shared when they're taken in shareable places."; + document.getElementById("sharing").innerHTML = "
Snapshots can be shared when they're taken in shareable places."; } else if (!shareMsg.isLoggedIn) { // this means you are in a public place, but can't share because // you need to login. Soon we will just bring up the share dialog // in this case (and maybe set a boolean here to inform the html) - document.getElementById("sharing").innerHTML = "
Snapshots can be shared when you are logged in."; + document.getElementById("sharing").innerHTML = "
Snapshots can be shared when you're logged in."; } } window.onload = function () { @@ -134,23 +184,28 @@