@@ -508,15 +508,15 @@ def annotate_and_combine_all(good_items, sufficient_items, bad_items, phaseout_i
508508 if dttls .caa_enabled :
509509 caa_host_message = [
510510 TranslatableTechTableItem (
511- msgid = "found_host " , context = {"host" : dttls .caa_found_on_domain }
511+ msgid = "found-host " , context = {"host" : dttls .caa_found_on_domain }
512512 ).to_dict ()
513513 ]
514514 else :
515- caa_host_message = [TranslatableTechTableItem (msgid = "not_found " ).to_dict ()]
515+ caa_host_message = [TranslatableTechTableItem (msgid = "not-found " ).to_dict ()]
516516 caa_tech_table = caa_host_message + dttls .caa_errors + dttls .caa_recommendations
517517 for record in dttls .caa_records :
518518 caa_tech_table .append (
519- TranslatableTechTableItem (msgid = "caa_record " , context = {"record" : record }).to_dict ()
519+ TranslatableTechTableItem (msgid = "caa-record " , context = {"record" : record }).to_dict ()
520520 )
521521 if not dttls .caa_enabled :
522522 category .subtests ["web_caa" ].result_bad (caa_tech_table )
@@ -671,14 +671,14 @@ def annotate_and_combine_all(good_items, sufficient_items, bad_items, phaseout_i
671671
672672 if dttls .caa_enabled :
673673 caa_host_message = [
674- TranslatableTechTableItem (msgid = "found_host " , context = {"host" : dttls .caa_found_on_domain }).to_dict ()
674+ TranslatableTechTableItem (msgid = "found-host " , context = {"host" : dttls .caa_found_on_domain }).to_dict ()
675675 ]
676676 else :
677- caa_host_message = [TranslatableTechTableItem (msgid = "not_found " ).to_dict ()]
677+ caa_host_message = [TranslatableTechTableItem (msgid = "not-found " ).to_dict ()]
678678 caa_tech_table = caa_host_message + dttls .caa_errors + dttls .caa_recommendations
679679 for record in dttls .caa_records :
680680 caa_tech_table .append (
681- TranslatableTechTableItem (msgid = "caa_record " , context = {"record" : record }).to_dict ()
681+ TranslatableTechTableItem (msgid = "caa-record " , context = {"record" : record }).to_dict ()
682682 )
683683 if not dttls .caa_enabled :
684684 category .subtests ["mail_caa" ].result_bad (caa_tech_table )
0 commit comments