Bug 1453435 - Correct wording for labels used by the certificate transparency UI in the netmonitor; r=Honza draft
authorVincent Lequertier <vi.le@autistici.org>
Sat, 14 Apr 2018 19:41:41 +0200
changeset 782188 de2be370e39ba782eeeb7083182bba6cf05fb04e
parent 782153 37b8862d354e0014a72715462dd2102dd5b599cc
push id106493
push uservi.le@autistici.org
push dateSat, 14 Apr 2018 17:43:36 +0000
reviewersHonza
bugs1453435
milestone61.0a1
Bug 1453435 - Correct wording for labels used by the certificate transparency UI in the netmonitor; r=Honza MozReview-Commit-ID: 6CCFybZLFu8
devtools/client/locales/en-US/netmonitor.properties
--- a/devtools/client/locales/en-US/netmonitor.properties
+++ b/devtools/client/locales/en-US/netmonitor.properties
@@ -465,23 +465,23 @@ certmgr.certdetail.sha1fingerprint=SHA1 
 # LOCALIZATION NOTE (certmgr.certificateTransparency.label):
 # This string is used as a label in the security tab.
 certmgr.certificateTransparency.label=Transparency:
 
 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.none):
 # This string is used to indicate that there are no signed certificate
 # timestamps available. This is a property for the 'Transparency'
 # field in the security tab.
-certmgr.certificateTransparency.status.none=No SCTs records
+certmgr.certificateTransparency.status.none=No SCT records
 
 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.ok):
 # This string is used to indicate that there are valid signed certificate
 # timestamps. This is a property for the 'Transparency'
 # field in the security tab.
-certmgr.certificateTransparency.status.ok=Valid SCTs records
+certmgr.certificateTransparency.status.ok=Valid SCT records
 
 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.notEnoughSCTS):
 # This string is used to indicate that there are not enough valid signed
 # certificate timestamps. This is a property for the 'Transparency'
 # field in the security tab.
 certmgr.certificateTransparency.status.notEnoughSCTS=Not enough SCTs
 
 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.notDiverseSCTS):