Add license text

This commit is contained in:
Julia Friesel
2018-12-23 18:36:39 +01:00
parent 27b4a454ec
commit 4671a2e337
5 changed files with 40 additions and 3 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const menu = [
{title: labels.nfpSettings, component: 'NfpSettings'},
{title: labels.dataManagement, component: 'DataManagement'},
{title: labels.password, component: 'Password'},
{title: labels.about, component: 'About'}
{title: labels.about, component: 'About'},
{title: labels.license, component: 'License'}
]
export default function SettingsMenu(props) {