Skip to content

Commit

Permalink
Rename button to 'Send' (not 'Save')
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 17, 2023
1 parent 1261706 commit dab8b3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/feedbacks/_feedback_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@

<%# Submit %>
<button type="button" id="submit-form-btn-outside" class="btn btn-primary">
<%= t('buttons.save') %>
<%= t('buttons.send_variant') %>
</button>
</div>
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3415,6 +3415,7 @@ de:
refresh_token: 'Code erneuern'
invite: 'Einladen'
send: 'Versenden'
send_variant: 'Absenden'
download: 'Herunterladen'
move: 'Verschieben'
accept: 'Akzeptieren'
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3236,6 +3236,7 @@ en:
refresh_token: 'Refresh Code'
invite: 'Invite'
send: 'Send'
send_variant: 'Send'
download: 'Download'
move: 'Move'
accept: 'Accept'
Expand Down

0 comments on commit dab8b3b

Please sign in to comment.