mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +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) {
|
||||
// this means you may or may not be logged in, but can't share
|
||||
// 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) {
|
||||
// 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 = "<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 () {
|
||||
|
|
Loading…
Reference in a new issue