forked from MapComplete/MapComplete
		
	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}",
 | 
					        "available": "This community speaks {native}",
 | 
				
			||||||
        "intro": "Get in touch with other people to get to know them, learn from them, …",
 | 
					        "intro": "Get in touch with other people to get to know them, learn from them, …",
 | 
				
			||||||
        "notAvailable": "This community does not speak {native}",
 | 
					        "notAvailable": "This community does not speak {native}",
 | 
				
			||||||
        "title": "Community index"
 | 
					        "title": "Get in touch with others",
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "delete": {
 | 
					    "delete": {
 | 
				
			||||||
        "cancel": "Cancel",
 | 
					        "cancel": "Cancel",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -413,7 +413,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <div class="flex" slot="title2">
 | 
					      <div class="flex" slot="title2">
 | 
				
			||||||
        <ToSvelte construct={Svg.community_svg().SetClass("w-6 h-6")} />
 | 
					        <ToSvelte construct={Svg.community_svg().SetClass("w-6 h-6")} />
 | 
				
			||||||
        Get in touch with others
 | 
					        <Tr t={Translations.t.communityIndex.title}/>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div class="m-2" slot="content2">
 | 
					      <div class="m-2" slot="content2">
 | 
				
			||||||
        <CommunityIndexView location={state.mapProperties.location} />
 | 
					        <CommunityIndexView location={state.mapProperties.location} />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue