Skip to content

Commit

Permalink
Reset whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 30, 2023
1 parent 2f82f27 commit 3b4059b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/submissions/_correction_upload.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</div>
<button id="correction-uploadButton-button-actual-<%=submission.id%>"
data-tr-success="<%= t('buttons.upload_success') %>"
data-tr-failure="<%= t('submission.upload_failure') %>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file') %>"
data-tr-failure="<%= t('submission.upload_failure')%>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file')%>"
data-tr-missing-consent="<%= t('submission.missing_consent')%>"
data-tr-post-processing="<%= t('basics.post_processing')%>"
class="btn btn-sm btn-outline-secondary"
Expand Down
4 changes: 2 additions & 2 deletions app/views/tutorials/_bulk_correction_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<%= t('basics.file')%></div>
<button id="bulk-uploadButton-button-actual"
data-tr-success="<%= t('buttons.upload_success') %>"
data-tr-failure="<%= t('submission.upload_failure') %>"
data-tr-failure="<%= t('submission.upload_failure')%>"
data-tr-missing-consent="<%= t('submission.missing_consent')%>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file') %>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file')%>"
data-tr-post-processing="<%= t('basics.post_processing')%>"
class="btn btn-sm btn-outline-secondary"
>
Expand Down

0 comments on commit 3b4059b

Please sign in to comment.