Skip to content

Commit

Permalink
Merge pull request #3237 from manyfold3d/fix-i18n
Browse files Browse the repository at this point in the history
Fix translation file normalization
  • Loading branch information
Floppy authored Nov 25, 2024
2 parents 4f9b530 + 0fc6909 commit 4fb6bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class UserMailer < ApplicationMailer
def account_approved
# i18n-tasks-use t('user_mailer.account_approved.subject')
@user = params[:user]
mail to: @user.email
end
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ en:
thingiverse: Thingiverse
user_mailer:
account_approved:
subject: Account approved
greeting: Hi!
message: Your account has been approved; you may now sign in at %{link}.
subject: Account approved
views:
pagination:
first: "« First"
Expand Down

0 comments on commit 4fb6bf2

Please sign in to comment.