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:
commit
e48ec8565a
|
@ -32,7 +32,7 @@
|
||||||
- %i[profile_header_x profile_header_y profile_header_w profile_header_h].each do |attrib|
|
- %i[profile_header_x profile_header_y profile_header_w profile_header_h].each do |attrib|
|
||||||
= f.hidden_field attrib, id: attrib
|
= f.hidden_field attrib, id: attrib
|
||||||
|
|
||||||
= f.primary
|
= f.primary t(".submit_picture")
|
||||||
.card
|
.card
|
||||||
.card-body
|
.card-body
|
||||||
= bootstrap_form_for(current_user.profile, html: { multipart: true }, method: :patch, data: { turbo: false }) do |f|
|
= bootstrap_form_for(current_user.profile, html: { multipart: true }, method: :patch, data: { turbo: false }) do |f|
|
||||||
|
|
|
@ -451,6 +451,7 @@ en:
|
||||||
adjust:
|
adjust:
|
||||||
profile_picture: "Adjust your new profile picture"
|
profile_picture: "Adjust your new profile picture"
|
||||||
profile_header: "Adjust your new profile header"
|
profile_header: "Adjust your new profile header"
|
||||||
|
submit_picture: "Save pictures"
|
||||||
two_factor_authentication:
|
two_factor_authentication:
|
||||||
otp_authentication:
|
otp_authentication:
|
||||||
index:
|
index:
|
||||||
|
|
Loading…
Reference in New Issue