templates/homepage_url_field.str in rodauth-oauth-0.7.4 vs templates/homepage_url_field.str in rodauth-oauth-0.8.0
- old
+ new
@@ -1,4 +1,4 @@
<div class="form-group">
- <label for="homepage_url">#{rodauth.homepage_url_label}#{rodauth.input_field_label_suffix}</label>
- #{rodauth.input_field_string(rodauth.oauth_application_homepage_url_param, "homepage_url", :type=>"text")}
+ <label for="homepage_url">#{rodauth.oauth_applications_homepage_url_label}#{rodauth.input_field_label_suffix}</label>
+ #{rodauth.input_field_string(rodauth.oauth_application_homepage_url_param, "homepage-url", :type=>"text")}
</div>