mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-30 18:46:01 +01:00 
			
		
		
		
	fix: closes #13096, fix regression from renaming language files
a76781859c (diff-b2c5ad612412b958d1df03c07abfa9c4250b3256238502097d2639df203d7fed)This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
| 	"title-layout": "Title Layout", | ||||
| 	"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}", | ||||
| 	"description.placeholder": "A short description about your community", | ||||
| 	"description": "Choose what page is shown when users navigate to the root URL of your forum.", | ||||
| 	"description": "Site Description", | ||||
| 	"keywords": "Site Keywords", | ||||
| 	"keywords-placeholder": "Keywords describing your community, comma-separated", | ||||
| 	"logo-and-icons": "Site Logo & Icons", | ||||
| @@ -51,6 +51,7 @@ | ||||
| 	"topic-tools": "Topic Tools", | ||||
| 	"home-page": "Home Page", | ||||
| 	"home-page-route": "Home Page Route", | ||||
| 	"home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.", | ||||
| 	"custom-route": "Custom Route", | ||||
| 	"allow-user-home-pages": "Allow User Home Pages", | ||||
| 	"home-page-title": "Title of the home page (default \"Home\")", | ||||
|   | ||||
| @@ -162,7 +162,7 @@ | ||||
|  | ||||
| 				<div class=""> | ||||
| 					<p> | ||||
| 						[[admin/settings/general:description]] | ||||
| 						[[admin/settings/general:home-page-description]] | ||||
| 					</p> | ||||
| 					<form class="row"> | ||||
| 						<div class="col-sm-12"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user