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