app/views/commenteux/notes/new.html.erb in commenteux-1.1.3 vs app/views/commenteux/notes/new.html.erb in commenteux-1.1.4
- old
+ new
@@ -12,10 +12,10 @@
<% end %>
<% unless @list_roles.blank? %>
<%= c.input :role, collection: @list_roles, as: :radio_buttons, :label_method => :last, :value_method => :first,
- :input_html => {:data => {:required => true}}, label: 'Rôle',
+ :input_html => {:data => {:required => true}}, label: 'Commentaire visible à',
:item_wrapper_class => 'inline' %>
<% end %>
<div class="form-actions form-actions-padding-sm">