mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Cleanup
This commit is contained in:
parent
660eef414e
commit
1dc2a7e23f
6 changed files with 4 additions and 143 deletions
|
@ -32,7 +32,7 @@ class Admin::DomainContactsController < ApplicationController
|
|||
@domain.deleting_tech_contact = true if @domain_contact.tech?
|
||||
|
||||
if @domain.save
|
||||
flash[:notice] = I18n.t('shared.contact_deleted')
|
||||
flash[:notice] = I18n.t('shared.contact_detached')
|
||||
else
|
||||
flash[:alert] = @domain.errors.first[1]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue