diff --git a/docs/html/work/managed-configurations.jd b/docs/html/work/managed-configurations.jd index dc3ef0da2ab2f..91c0637c2edb4 100644 --- a/docs/html/work/managed-configurations.jd +++ b/docs/html/work/managed-configurations.jd @@ -149,9 +149,9 @@ enterprise administrator to:
<restriction android:key="downloadOnCellular" - android:title="App is allowed to download data via cellular" + android:title="@string/download_on_cell_title" android:restrictionType="bool" - android:description="If 'false', app can only download data via Wi-Fi" + android:description="@string/download_on_cell_description" android:defaultValue="true" /> </restrictions>