templates/device_search.str in rodauth-oauth-0.10.4 vs templates/device_search.str in rodauth-oauth-1.0.0.pre.beta1
- old
+ new
@@ -1,6 +1,6 @@
<form method="get" action="#{rodauth.device_path}" class="form-horizontal" role="form" id="device-search-form">
- <p class="lead">Insert the user code from the device you'd like to authorize.</p>
+ <p class="lead">#{rodauth.oauth_device_search_page_lead}</p>
<div class="form-group">
<label for="user_code">#{rodauth.oauth_grant_user_code_label}</label>
#{rodauth.input_field_string("user_code", "user_code", :value => rodauth.param_or_nil(rodauth.oauth_grant_user_code_param))}
</div>