Add privacy policy link
This commit is contained in:
parent
da033ef5d2
commit
25b8ade213
|
@ -296,6 +296,9 @@
|
|||
"extensionPageLabel": {
|
||||
"message": "Extension page"
|
||||
},
|
||||
"privacyPolicyLabel": {
|
||||
"message": "Privacy policy"
|
||||
},
|
||||
"amazonUrl": {
|
||||
"message": "https://www.amazon.co.jp/dp/B004N3APGO?language=en_US"
|
||||
},
|
||||
|
|
|
@ -105,6 +105,10 @@ export default props => {
|
|||
<a href="https://github.com/sienori/simple-translate" target="_blank">
|
||||
GitHub
|
||||
</a>
|
||||
<span> </span>
|
||||
<a href="https://simple-translate.sienori.com/privacy-policy" target="_blank">
|
||||
{browser.i18n.getMessage("privacyPolicyLabel")}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue