Add privacy policy link and reformat the links
This commit is contained in:
parent
380bfc6ed7
commit
1dd9153590
|
@ -234,7 +234,7 @@
|
|||
"description": "Checkbox to show only locally edited styles"
|
||||
},
|
||||
"manageText": {
|
||||
"message": "Visit <a href='http:\/\/userstyles.org'>userstyles.org<\/a> for pre-made styles. Ask in <a href='http:\/\/forum.userstyles.org'>the forum<\/a> if you need help.",
|
||||
"message": "<a href='https:\/\/userstyles.org'>Get styles on userstyles.org<\/a> | <a href='https:\/\/userstyles.org\/help\/stylish_chrome'>Get help<\/a> | <a href='https:\/\/userstyles.org\/login\/policy'>Read the privacy policy</a>",
|
||||
"description": "Help text on the manage page"
|
||||
},
|
||||
"manageTitle": {
|
||||
|
|
|
@ -169,7 +169,6 @@
|
|||
<body id="stylish-manage">
|
||||
<div id="header">
|
||||
<h1 id="manage-heading" i18n-text="manageHeading"></h1>
|
||||
<p id="manage-text" i18n-html="manageText"></p>
|
||||
<fieldset>
|
||||
<legend id="filters" i18n-text="manageFilters"></legend>
|
||||
<div><input id="manage.onlyEnabled" type="checkbox"><label id="manage.onlyEnabled-label" for="manage.onlyEnabled" i18n-text="manageOnlyEnabled"></label></div>
|
||||
|
@ -187,6 +186,7 @@
|
|||
<input id="show-badge" type="checkbox"><label id="show-badge-label" for="show-badge" i18n-text="prefShowBadge"></label>
|
||||
<div><input id="popup.stylesFirst" type="checkbox"><label id="stylesFirst-label" for="popup.stylesFirst" i18n-text="popupStylesFirst"></label></div>
|
||||
</div>
|
||||
<p id="manage-text" i18n-html="manageText"></p>
|
||||
</div>
|
||||
<div id="installed"></div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user