templates/name_field.str in rodauth-oauth-0.7.4 vs templates/name_field.str in rodauth-oauth-0.8.0
- old
+ new
@@ -1,4 +1,4 @@
<div class="form-group">
- <label for="name">#{rodauth.name_label}#{rodauth.input_field_label_suffix}</label>
+ <label for="name">#{rodauth.oauth_applications_name_label}#{rodauth.input_field_label_suffix}</label>
#{rodauth.input_field_string(rodauth.oauth_application_name_param, "name", :type=>"text")}
</div>