Skip to content

Commit

Permalink
Missing translation :notice_account_unknown_email #1493
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Dec 6, 2023
1 parent 0089690 commit 4f60034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dmsf_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def locked_title
if locked_for_user?
return l(:title_locked_by_user, user: lock.reverse[0].user) if lock.reverse[0].user

return l(:notice_account_unknown_email)
return "#{l(:label_user)} #{l('activerecord.errors.messages.invalid')}"
end
l(:title_unlock_file)
end
Expand Down

0 comments on commit 4f60034

Please sign in to comment.