Skip to content
Snippets Groups Projects
Commit 23f12298 authored by Patrick Cuba's avatar Patrick Cuba Committed by Jack Reed
Browse files

http to https (#1501)

in placeholders only.
parent 93445b6a
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,7 @@
'{{#if showURLBox}}',
'<form action="" id="url-load-form">',
'<label for="url-loader">{{t "addNewObject"}}:</label>',
'<input type="text" id="url-loader" name="url-load" placeholder="http://...">',
'<input type="text" id="url-loader" name="url-load" placeholder="https://...">',
'<input type="submit" value="{{t "load"}}">',
'</form>',
'{{/if}}',
......
......@@ -160,7 +160,7 @@
'{{#if showURLBox}}',
'<form action="" id="url-load-form">',
'<label for="url-loader">{{t "addNewObject"}}:</label>',
'<input type="text" id="url-loader" name="url-load" placeholder="http://...">',
'<input type="text" id="url-loader" name="url-load" placeholder="https://...">',
'<input type="submit" value="{{t "load"}}">',
'</form>',
'{{/if}}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment