Skip to content

Commit 3073ff6

Browse files
author
Federico Fissore
committed
copywriting
1 parent 7b46d8d commit 3073ff6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

usr/lib/lua/luci/view/arduino/config.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,16 @@ <h1>Y&uacute;n &#20113;</h1>
178178
<div class="wrapper" id="rest_api">
179179
<ul>
180180
<li>
181-
<label class="title">Rest API access <a class="info_link" href="http://arduino.cc/en/Guide/ArduinoYun#toc12"><img src="" /></a></label>
181+
<label class="title">REST API access <a class="info_link" href="http://arduino.cc/en/Guide/ArduinoYun#toc12"><img src="" /></a></label>
182182
</li>
183183
<li>
184-
<label for="restopen">Rest API access</label>
184+
<label for="restopen">REST API access</label>
185185
<div class="input_container radio_container">
186186
<form method="post" action="<%=pcdata(controller .. "/webpanel/toogle_rest_api_security")%>">
187187
<input type="radio" name="rest_api_secured" id="restopen" value="false" <% if not rest_api_is_secured then %> checked="checked"<% end %>><label for="restopen">Open</label>
188188
<input type="radio" name="rest_api_secured" id="restpass" value="true" <% if rest_api_is_secured then %> checked="checked"<% end %>><label for="restpass">With password</label>
189189
</form>
190-
<p class="input_message">lorem ipsum</p>
190+
<p class="input_message">REST APIs allow you to access your sketch from the web, sending commands or exchanging configuration values.<br/>I suggest to leave it password protected but if you've just started playing with the Y&uacute;n, you could leave it open.</p>
191191
</div>
192192
</li>
193193
</ul>

usr/lib/lua/luci/view/arduino/set_password.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>Y&uacute;n</h1>
5050

5151
<div id="content">
5252
<div class="wrapper divide">
53-
<p>Welcome message</p>
53+
<p>Welcome to your Arduino Y&uacute;n. Please enter password to access the web control panel</p>
5454
</div>
5555
<div class="wrapper divide" id="login_container">
5656
<form id="form1" name="form1" method="post" onsubmit="javascript:return send_post('<%=pcdata(controller .. "/webpanel/set_password")%>', this, 'real_form', 'username', 'password');" action="#">

0 commit comments

Comments
 (0)