Skip to content

Commit 0b92d52

Browse files
committed
fix: closes #13096, fix regression from renaming language files
a767818#diff-b2c5ad612412b958d1df03c07abfa9c4250b3256238502097d2639df203d7fed
1 parent 933c18f commit 0b92d52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/language/en-GB/admin/settings/general.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"title-layout": "Title Layout",
1616
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
1717
"description.placeholder": "A short description about your community",
18-
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
18+
"description": "Site Description",
1919
"keywords": "Site Keywords",
2020
"keywords-placeholder": "Keywords describing your community, comma-separated",
2121
"logo-and-icons": "Site Logo & Icons",
@@ -51,6 +51,7 @@
5151
"topic-tools": "Topic Tools",
5252
"home-page": "Home Page",
5353
"home-page-route": "Home Page Route",
54+
"home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
5455
"custom-route": "Custom Route",
5556
"allow-user-home-pages": "Allow User Home Pages",
5657
"home-page-title": "Title of the home page (default \"Home\")",

src/views/admin/settings/general.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
<div class="">
164164
<p>
165-
[[admin/settings/general:description]]
165+
[[admin/settings/general:home-page-description]]
166166
</p>
167167
<form class="row">
168168
<div class="col-sm-12">

0 commit comments

Comments
 (0)