diff --git a/locale/en.yaml b/locale/en.yaml index 30fe827fd..0010c8a2e 100644 --- a/locale/en.yaml +++ b/locale/en.yaml @@ -197,7 +197,8 @@ uwave: title: Links website: üWave source: üWave Web Client Source Code - license: License + license: üWave Web Client License, MIT + twemojiLicense: Emoji by Twitter, CC-BY 4.0 login: message: You have to sign in if you want to play! diff --git a/src/components/SettingsManager/Links.css b/src/components/SettingsManager/Links.css index 7ea986c3e..05291c590 100644 --- a/src/components/SettingsManager/Links.css +++ b/src/components/SettingsManager/Links.css @@ -4,6 +4,7 @@ line-height: 24px; margin-bottom: 16px; color: var(--text-color); + text-transform: none; &:visited { color: var(--text-color); diff --git a/src/components/SettingsManager/Links.js b/src/components/SettingsManager/Links.js index f49dba2c2..5c505d1a0 100644 --- a/src/components/SettingsManager/Links.js +++ b/src/components/SettingsManager/Links.js @@ -28,10 +28,14 @@ function Links() { {t('settings.links.source')} - + {t('settings.links.license')} + + + {t('settings.links.twemojiLicense')} + ); }