blob: 5349abae3aef40f1c103a5d535340586096077ff [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/** @fileoverview Sets up strings used by policy indicator elements. */
// eslint-disable-next-line no-var
var CrPolicyStrings = CrPolicyStrings || {
controlledSettingPolicy: 'policy',
controlledSettingRecommendedMatches: 'matches',
controlledSettingRecommendedDiffers: 'differs',
controlledSettingShared: 'shared: $1',
controlledSettingOwner: 'owner: $1',
};