diff --git a/app/views/media/_basics.html.erb b/app/views/media/_basics.html.erb index 2e6cdd877..773b09975 100644 --- a/app/views/media/_basics.html.erb +++ b/app/views/media/_basics.html.erb @@ -183,11 +183,11 @@
<%= f.radio_button :annotations_status, - '0', + '-1', class: 'form-check-input' %> <%= f.label :annotations_status, t('admin.annotation.inherit_from_lecture'), - value: '0', + value: '-1', class: 'form-check-label' %>
@@ -201,11 +201,11 @@
<%= f.radio_button :annotations_status, - '-1', + '0', class: 'form-check-input' %> <%= f.label :annotations_status, t('basics.no_lc'), - value: '-1', + value: '0', class: 'form-check-label' %>