diff --git a/app/views/registrar/domains/partials/_dnskeys.haml b/app/views/registrar/domains/partials/_dnskeys.haml index fc7a8c6f6..7e8e5b940 100644 --- a/app/views/registrar/domains/partials/_dnskeys.haml +++ b/app/views/registrar/domains/partials/_dnskeys.haml @@ -33,8 +33,8 @@ = x.css('keyData').css('protocol').text %tr %td - %b= "#{t(:public_key)}:" - = x.css('alg').text + %b= "#{t(:algorithm)}:" + = x.css('alg').last.text %tr %td{:colspan => "3"} %b= "#{t(:public_key)}:" @@ -54,7 +54,7 @@ %b= "#{t(:protocol)}:" = x.css('protocol').text %td - %b= "#{t(:public_key)}:" + %b= "#{t(:algorithm)}:" = x.css('alg').text %tr %td{:colspan => "3"}