Add software acknowledgments, link to them from About window

This commit is contained in:
Evan Hahn 2020-09-16 11:40:15 -05:00 committed by Josh Perez
parent 42db239001
commit eba1bf3100
9 changed files with 3058 additions and 6 deletions

View file

@ -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'));