mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:37:28 +02:00
Wording change
This commit is contained in:
parent
e23e9014c6
commit
3408ad6f54
1 changed files with 2 additions and 2 deletions
|
@ -71,12 +71,12 @@
|
||||||
if (!shareMsg.canShare) {
|
if (!shareMsg.canShare) {
|
||||||
// this means you may or may not be logged in, but can't share
|
// this means you may or may not be logged in, but can't share
|
||||||
// because you are not in a public place.
|
// because you are not in a public place.
|
||||||
document.getElementById("sharing").innerHTML = "<p>You can share if you are in a public place";
|
document.getElementById("sharing").innerHTML = "<p>Snapshots can be shared when they're taken in shareable places.";
|
||||||
} else if (!shareMsg.isLoggedIn) {
|
} else if (!shareMsg.isLoggedIn) {
|
||||||
// this means you are in a public place, but can't share because
|
// 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
|
// 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)
|
// in this case (and maybe set a boolean here to inform the html)
|
||||||
document.getElementById("sharing").innerHTML = "<p>You can share if you are logged in";
|
document.getElementById("sharing").innerHTML = "<p>Snapshots can be shared when you are logged in.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
|
|
Loading…
Reference in a new issue