Merge branch '252-language-options-link-tell-us' into 'dev'
language options linked to guardian project email Closes #252 See merge request keanuapp/keanuapp-weblite!63
This commit is contained in:
commit
c71ce2b56a
2 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"si": "කීනු වෙබ්ලයිට්",
|
||||
"zh_Hans": "网络灯"
|
||||
},
|
||||
"languageSupportEmail": "support@guardianproject.info",
|
||||
"productLink": "letsconvene.im",
|
||||
"defaultServer": "https://neo.keanu.im",
|
||||
"rtl": false,
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
<v-card-title class="dialog-title d-block">
|
||||
<h2>{{ $t("profile.set_language") }}</h2>
|
||||
<div class="subtitle-1">{{ $t("profile.language_description") }}</div>
|
||||
<div class="subtitle-1">
|
||||
<div class="subtitle-1" v-if="$config.languageSupportEmail">
|
||||
{{ $t("profile.dont_see_yours") }}
|
||||
<a href="https://letsconvene.im/">{{ $t("profile.tell_us") }}</a>
|
||||
<a :href="'mailto:' + $config.languageSupportEmail">{{ $t("profile.tell_us") }}</a>
|
||||
</div>
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue