Fix: use translated value for community index tab

This commit is contained in:
Pieter Vander Vennet 2023-07-27 01:48:07 +02:00
parent 3770078439
commit a3a7c536fb
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"available": "This community speaks {native}",
"intro": "Get in touch with other people to get to know them, learn from them, …",
"notAvailable": "This community does not speak {native}",
"title": "Community index"
"title": "Get in touch with others",
},
"delete": {
"cancel": "Cancel",

View file

@ -413,7 +413,7 @@
<div class="flex" slot="title2">
<ToSvelte construct={Svg.community_svg().SetClass("w-6 h-6")} />
Get in touch with others
<Tr t={Translations.t.communityIndex.title}/>
</div>
<div class="m-2" slot="content2">
<CommunityIndexView location={state.mapProperties.location} />