Merge pull request #916 from Retrospring/improvement/save-me

views/settings: change text of save profile pic button to something less generic
This commit is contained in:
Georg Gadinger 2023-01-04 15:28:49 +00:00 committed by GitHub
commit e48ec8565a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- %i[profile_header_x profile_header_y profile_header_w profile_header_h].each do |attrib|
= f.hidden_field attrib, id: attrib
= f.primary
= f.primary t(".submit_picture")
.card
.card-body
= bootstrap_form_for(current_user.profile, html: { multipart: true }, method: :patch, data: { turbo: false }) do |f|

View File

@ -451,6 +451,7 @@ en:
adjust:
profile_picture: "Adjust your new profile picture"
profile_header: "Adjust your new profile header"
submit_picture: "Save pictures"
two_factor_authentication:
otp_authentication:
index: