Index: chrome/browser/resources/help/help.js |
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js |
index 251dafe71cc5d6c1c7d123666da9f36cf4653eb1..c451b33102d22ac822ed12a32349a4f3ace94647 100644 |
--- a/chrome/browser/resources/help/help.js |
+++ b/chrome/browser/resources/help/help.js |
@@ -28,6 +28,9 @@ cr.define('help', function() { |
uber.invokeMethodOnParent('setTitle', {title: title}); |
$('product-license').innerHTML = localStrings.getString('productLicense'); |
+ if (cr.isChromeOS) |
+ $('product-os-license').innerHTML = |
+ localStrings.getString('productOsLicense'); |
var productTOS = $('product-tos'); |
if (productTOS) |