Add privacy policy link and reformat the links

This commit is contained in:
Jason 2016-03-19 21:45:41 -05:00
parent 380bfc6ed7
commit 1dd9153590
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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>