mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Story #109367018 - restore [domain] to subject line
This commit is contained in:
parent
f48cee2152
commit
ba659cd444
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class DomainMailModel
|
||||||
|
|
||||||
def subject(subject)
|
def subject(subject)
|
||||||
@params[:name] = @domain.name
|
@params[:name] = @domain.name
|
||||||
@params[:subject] = I18n.t(subject, name: @domain.name)
|
@params[:subject] = "#{I18n.t(subject, name: @domain.name)}, [#{@domain.name}]"
|
||||||
end
|
end
|
||||||
|
|
||||||
def confirm_update
|
def confirm_update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue