614 Use translation library for settings menu

This commit is contained in:
Lisa
2022-09-27 16:24:40 +00:00
committed by Sofiya Tepikin
parent 09d164b9fc
commit b7d97f0589
10 changed files with 77 additions and 83 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import AppLink from '../common/AppLink'
import Segment from '../common/segment'
const License = ({ children }) => {
const { t } = useTranslation(null, { keyPrefix: 'settings.license' })
const { t } = useTranslation(null, { keyPrefix: 'hamburgerMenu.license' })
const currentYear = new Date().getFullYear()
const link = 'https://www.gnu.org/licenses/gpl-3.0.html'
return (