This commit is contained in:
Martin Lensment 2014-09-16 18:02:26 +03:00
parent 660eef414e
commit 1dc2a7e23f
6 changed files with 4 additions and 143 deletions

View file

@ -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