summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-24 19:39:03 -0800
committerMicah Lee <micah@micahflee.com>2018-02-24 19:39:03 -0800
commit43930058fbf76e613e7e8ffb62a383a4b9fef393 (patch)
treec213ef1454d52cfc800011fb5f05abf7d9a1b858
parent6ded178343d2ff7f8614c660dd82cc9be73f667a (diff)
downloadonionshare-43930058fbf76e613e7e8ffb62a383a4b9fef393.tar.gz
onionshare-43930058fbf76e613e7e8ffb62a383a4b9fef393.zip
Put <img> src in quotes
-rw-r--r--share/locale/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 3c426c67..e3375b25 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -141,7 +141,7 @@
"gui_server_timeout_expired": "The chosen timeout has already expired.\nPlease update the timeout and then you may start sharing.",
"share_via_onionshare": "Share via OnionShare",
"gui_save_private_key_checkbox": "Use a persistent address\n(unchecking will delete any saved address)",
- "gui_url_description": "<b>Anyone</b> with this link can <b>download</b> your files using <b>Tor Browser</b>: <img src={} />",
+ "gui_url_description": "<b>Anyone</b> with this link can <b>download</b> your files using <b>Tor Browser</b>: <img src='{}' />",
"gui_url_label_persistent": "This share will not stop automatically unless a timer is set.<br><br>Every share will have the same address (to use one-time addresses, disable persistence in the Settings)",
"gui_url_label_stay_open": "This share will not stop automatically unless a timer is set.",
"gui_url_label_onetime": "This share will stop after the first download",