Fix: use translated value for community index tab
This commit is contained in:
parent
3770078439
commit
a3a7c536fb
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue