Fix CC issues

This commit is contained in:
Karl Erik Õunapuu 2021-02-11 11:48:08 +02:00
parent 9d57f347cb
commit a03ac4ff82
No known key found for this signature in database
GPG key ID: C9DD647298A34764

View file

@ -61,7 +61,7 @@ module Actions
@changes_registrant = true if domain.registrant.ident != new_registrant.ident
if @changes_registrant && domain.registrant_change_prohibited?
domain.add_epp_error(2304, "status", DomainStatus::SERVER_REGISTRANT_CHANGE_PROHIBITED,
domain.add_epp_error(2304, 'status', DomainStatus::SERVER_REGISTRANT_CHANGE_PROHIBITED,
I18n.t(:object_status_prohibits_operation))
else
domain.registrant = new_registrant