| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| index 7398ff202e0e26c867db61c09ca25032578e557a..63927d4d4080cb57572d6265fb4114e38034ef87 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| @@ -836,7 +836,7 @@ WebInspector.SecurityOriginView = function(panel, origin, originState)
|
| sctTable.addRow(WebInspector.UIString("Log Name"), sct.logDescription);
|
| sctTable.addRow(WebInspector.UIString("Log ID"), sct.logId.replace(/(.{2})/g,"$1 "));
|
| sctTable.addRow(WebInspector.UIString("Validation Status"), sct.status);
|
| - sctTable.addRow(WebInspector.UIString("Origin"), sct.origin);
|
| + sctTable.addRow(WebInspector.UIString("Source"), sct.origin);
|
| sctTable.addRow(WebInspector.UIString("Issued At"), new Date(sct.timestamp).toUTCString());
|
| sctTable.addRow(WebInspector.UIString("Hash Algorithm"), sct.hashAlgorithm);
|
| sctTable.addRow(WebInspector.UIString("Signature Algorithm"), sct.signatureAlgorithm);
|
|
|