File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 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!" : {
Original file line number Diff line number Diff line change 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" : " 提交反馈" ,
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments