mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix spelling mistakes in browser property policy UI
This commit is contained in:
parent
db6fde2922
commit
cc798c4995
@ -1967,8 +1967,8 @@
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isTopBarEnabled"/>
|
||||
<span class="helper"
|
||||
title="Enabled top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enabled top control bar
|
||||
title="Enable top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enable top control bar
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -2036,8 +2036,8 @@
|
||||
<input id="cosu-browser-property-lock-to-primary-url" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="lockToPrimaryURL" checked />
|
||||
<span class="helper" title="Only allowed to visit the pirmary url.">
|
||||
Only allowed to visit the pirmary url
|
||||
<span class="helper" title="Only allowed to visit the primary url.">
|
||||
Only allowed to visit the primary url
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -2096,8 +2096,8 @@
|
||||
<input id="cosu-browser-property-is-form-auto-fill-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isFormAutoFillEnabled"/>
|
||||
<span class="helper" title="Is form auto-fille enabled.">
|
||||
Is form auto-fille enabled
|
||||
<span class="helper" title="Is form auto-fill enabled.">
|
||||
Is form auto-fill enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -2144,15 +2144,15 @@
|
||||
<input id="cosu-browser-property-is-app-cache-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isAppCacheEnabled"/>
|
||||
<span class="helper" title="Is application chche enabled.">
|
||||
Is application chche enabled
|
||||
<span class="helper" title="Is application cache enabled.">
|
||||
Is application cache enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Application caches file path
|
||||
Application cache file path
|
||||
<span class="helper" title="Sets the path to the Application Caches files. In order for the Application Caches API to be enabled, this method must be called with a path to which the application can write">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -2229,7 +2229,7 @@
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isDisplayZoomControls"/>
|
||||
<span class="helper" title="Sets whether the browser should display on-screen zoom controls. Guesture based controllers are still available">
|
||||
Show on-screen zoom controlers
|
||||
Show on-screen zoom controllers
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -2259,7 +2259,7 @@
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Defaut text encoding name
|
||||
Default text encoding name
|
||||
<span class="helper" title="Sets the default text encoding name to use when decoding html pages.">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
|
||||
@ -1572,8 +1572,8 @@
|
||||
<input id="cosu-browser-property-top-bar-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isTopBarEnabled" disabled/>
|
||||
<span class="helper" title="Enabled top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enabled top control bar
|
||||
<span class="helper" title="Enable top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enable top control bar
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1642,8 +1642,8 @@
|
||||
<input id="cosu-browser-property-lock-to-primary-url" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="lockToPrimaryURL" disabled/>
|
||||
<span class="helper" title="Only allowed to visit the pirmary url.">
|
||||
Only allowed to visit the pirmary url
|
||||
<span class="helper" title="Only allowed to visit the primary url.">
|
||||
Only allowed to visit the primary url
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1702,8 +1702,8 @@
|
||||
<input id="cosu-browser-property-is-form-auto-fill-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isFormAutoFillEnabled" disabled/>
|
||||
<span class="helper" title="Is form auto-fille enabled.">
|
||||
Is form auto-fille enabled
|
||||
<span class="helper" title="Is form auto-fill enabled.">
|
||||
Is form auto-fill enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1750,15 +1750,15 @@
|
||||
<input id="cosu-browser-property-is-app-cache-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isAppCacheEnabled" disabled/>
|
||||
<span class="helper" title="Is application chche enabled.">
|
||||
Is application chche enabled
|
||||
<span class="helper" title="Is application cache enabled.">
|
||||
Is application cache enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Application caches file path
|
||||
Application cache file path
|
||||
<span class="helper" title="Sets the path to the Application Caches files. In order for the Application Caches API to be enabled, this method must be called with a path to which the application can write">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -1835,7 +1835,7 @@
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isDisplayZoomControls" disabled/>
|
||||
<span class="helper" title="Sets whether the browser should display on-screen zoom controls. Guesture based controllers are still available">
|
||||
Show on-screen zoom controlers
|
||||
Show on-screen zoom controllers
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1865,7 +1865,7 @@
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Defaut text encoding name
|
||||
Default text encoding name
|
||||
<span class="helper" title="Sets the default text encoding name to use when decoding html pages.">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
|
||||
@ -1697,8 +1697,8 @@
|
||||
<input id="cosu-browser-property-top-bar-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isTopBarEnabled"/>
|
||||
<span class="helper" title="Enabled top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enabled top control bar
|
||||
<span class="helper" title="Enable top control bar that displays all the controllers such as address bar, home button and forwards controllers">
|
||||
Enable top control bar
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1766,8 +1766,8 @@
|
||||
<input id="cosu-browser-property-lock-to-primary-url" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="lockToPrimaryURL" checked />
|
||||
<span class="helper" title="Only allowed to visit the pirmary url.">
|
||||
Only allowed to visit the pirmary url
|
||||
<span class="helper" title="Only allowed to visit the primary url.">
|
||||
Only allowed to visit the primary url
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1826,8 +1826,8 @@
|
||||
<input id="cosu-browser-property-is-form-auto-fill-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isFormAutoFillEnabled"/>
|
||||
<span class="helper" title="Is form auto-fille enabled.">
|
||||
Is form auto-fille enabled
|
||||
<span class="helper" title="Is form auto-fill enabled.">
|
||||
Is form auto-fill enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1874,15 +1874,15 @@
|
||||
<input id="cosu-browser-property-is-app-cache-enabled" type="checkbox"
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isAppCacheEnabled"/>
|
||||
<span class="helper" title="Is application chche enabled.">
|
||||
Is application chche enabled
|
||||
<span class="helper" title="Is application cache enabled.">
|
||||
Is application cache enabled
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Application caches file path
|
||||
Application cache file path
|
||||
<span class="helper" title="Sets the path to the Application Caches files. In order for the Application Caches API to be enabled, this method must be called with a path to which the application can write">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -1959,7 +1959,7 @@
|
||||
class="form-control operationDataKeys"
|
||||
data-key="isDisplayZoomControls"/>
|
||||
<span class="helper" title="Sets whether the browser should display on-screen zoom controls. Guesture based controllers are still available">
|
||||
Show on-screen zoom controlers
|
||||
Show on-screen zoom controllers
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -1989,7 +1989,7 @@
|
||||
</div>
|
||||
<div class="wr-input-control">
|
||||
<label class="wr-input-label">
|
||||
Defaut text encoding name
|
||||
Default text encoding name
|
||||
<span class="helper" title="Sets the default text encoding name to use when decoding html pages.">
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user