Add software acknowledgments, link to them from About window
This commit is contained in:
parent
42db239001
commit
eba1bf3100
9 changed files with 3058 additions and 6 deletions
|
@ -22,5 +22,6 @@ $(document).on('keydown', e => {
|
|||
}
|
||||
});
|
||||
|
||||
// Localize the privacy string
|
||||
// Localize the acknowledgment and privacy strings
|
||||
$('.acknowledgments').text(window.i18n('softwareAcknowledgments'));
|
||||
$('.privacy').text(window.i18n('privacyPolicy'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue