Skip to content

Commit a9793a8

Browse files
authored
fix: text (#1979)
* feat: adjust feedback * fix: text * fix: styles * fix: text * fix: text
1 parent 6700f17 commit a9793a8

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

i18n/en/code.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,12 @@
385385
"message": "Search docs",
386386
"description": "The placeholder of the input of the DocSearch pop-up modal"
387387
},
388-
"Leave an optional comment…": {
389-
"message": "Leave an optional comment…",
390-
"description": "Leave an optional comment…"
388+
"Help Us Improve Our Documentation": {
389+
"message": "Help Us Improve Our Documentation",
390+
"description": "Help Us Improve Our Documentation"
391391
},
392392
"Vote": {
393-
"message": "Vote",
393+
"message": "Submit",
394394
"description": "Vote"
395395
},
396396
"Thanks for voting!": {

i18n/zh/code.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@
401401
"message": "标签",
402402
"description": "The title of the tag list page"
403403
},
404-
"Leave an optional comment…": {
404+
"Help Us Improve Our Documentation": {
405405
"message": "意见/建议/文档错误",
406-
"description": "Leave an optional comment…"
406+
"description": "Help Us Improve Our Documentation"
407407
},
408408
"Vote": {
409409
"message": "提交反馈",

src/theme/DocPaginator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function DocPaginator(props) {
3232
<Form.Item
3333
style={{ marginBottom: "20px" }}
3434
name="commentValue"
35-
label={$t("Leave an optional comment…")}
35+
label={$t("Help Us Improve Our Documentation")}
3636
>
3737
<TextArea
3838
placeholder={$t(

src/theme/DocPaginator/styles.module.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
@media screen and (max-width: 768px) {
3838
margin-top: 12px;
3939
}
40-
@media screen and (max-width: 768px) {
41-
margin-top: 12px;
42-
}
4340
}
4441
.title {
4542
color: var(--color-text-1);

0 commit comments

Comments
 (0)