About page: Add hyperlink to license name (#5081)

* About page: Add hyperlink to licence name

* Fix lint

* Fix localization
This commit is contained in:
efb4f5ff-1298-471a-8973-3d47447115dc 2024-05-08 16:07:26 +00:00 committed by GitHub
parent 0ca803ea4a
commit 634ad7c3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ export default defineComponent({
{
icon: ['fab', 'github'],
title: this.$t('About.Source code'),
content: `<a href="https://github.com/FreeTubeApp/FreeTube">GitHub: FreeTubeApp/FreeTube</a><br>${this.$t('About.Licensed under the AGPLv3')} <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">${this.$t('About.View License')}</a>`
content: `<a href="https://github.com/FreeTubeApp/FreeTube">GitHub: FreeTubeApp/FreeTube</a><br>${this.$t('About.Licensed under the')} <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">${this.$t('About.AGPLv3')}</a>`
},
{
icon: ['fas', 'file-download'],

View File

@ -607,8 +607,8 @@ About:
About: About
Beta: Beta
Source code: Source code
Licensed under the AGPLv3: Licensed under the AGPLv3
View License: View License
Licensed under the: Licensed under the
AGPLv3: AGPLv3
Downloads / Changelog: Downloads / Changelog
GitHub releases: GitHub releases
Help: Help