Add link to terms and privacy policy in about window
This commit is contained in:
parent
0abdd5ead1
commit
9ef7c42097
4 changed files with 28 additions and 3 deletions
|
@ -11,8 +11,7 @@ body {
|
|||
}
|
||||
|
||||
img {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -47,6 +46,10 @@ a {
|
|||
<div>
|
||||
<a href="https://signal.org">signal.org</a>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<a class="privacy" href="https://signal.org/legal">Terms & Privacy Policy</a>
|
||||
</div>
|
||||
|
||||
<script type='text/javascript' src='node_modules/jquery/dist/jquery.js'></script>
|
||||
<script>
|
||||
|
@ -55,6 +58,8 @@ $(document).on('keyup', function(e) {
|
|||
window.closeAbout();
|
||||
}
|
||||
});
|
||||
|
||||
$('.privacy').text(window.i18n('privacyPolicy'));
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue