diff --git a/assets/js/album.js b/assets/js/album.js index 47834e4..663136f 100644 --- a/assets/js/album.js +++ b/assets/js/album.js @@ -277,7 +277,7 @@ album = { if (!visible.message()&&album.json.public==0) { - modal.show("Share Album", "This album will be shared with one of the following properties:

Public

The album can be shared and will be visible for everyone.

Password protected

The album can be shared with everyone, but is only accessible with a valid password and won't be listed to visitors of your Lychee.

", [["Share Album", function() { album.setPublic(album.getID(), e) }], ["Cancel", function() {}]], -160); + modal.show("Share Album", "This album will be shared with one of the following properties:

Public

Visible and accessible for everyone.

Password protected

Not visible to visitors and only accessible with a valid password.

", [["Share Album", function() { album.setPublic(album.getID(), e) }], ["Cancel", function() {}]], -160); $(".message .choice input:radio").on("change", function() {