File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const en = {
135135 "moduleListTitle" : "Modules" ,
136136 "pluginListTitle" : "Plugins" ,
137137 "emptyModules" : "Modules are reusable Mikro-Apps. You can embed them in your App." ,
138- "searchNotFound" : "Can't find the right component? Submit an issue " ,
138+ "searchNotFound" : "Can't find the right component?" ,
139139 "emptyPlugins" : "No Plugins Added" ,
140140 "contactUs" : "Contact Us" ,
141141 "issueHere" : "here."
Original file line number Diff line number Diff line change @@ -58,18 +58,19 @@ export const EmptyCompContent = () => {
5858 text = {
5959 < >
6060 { trans ( "rightPanel.searchNotFound" ) }
61- { aboutUsUrl && (
61+ { aboutUsUrl && (
6262 < >
6363 < br />
6464 < StyledLink target = "_blank" href = { aboutUsUrl } >
6565 { trans ( "rightPanel.contactUs" ) }
6666 </ StyledLink >
6767 </ >
6868 ) }
69+ < br /> < br />
70+ { trans ( "help.submitIssue" ) }
71+ < br />
6972 { issueUrl && (
70- < StyledLink target = "_blank" href = { issueUrl } >
71- { trans ( "rightPanel.issueHere" ) }
72- </ StyledLink >
73+ < StyledLink target = "_blank" href = { issueUrl } > { trans ( "rightPanel.issueHere" ) } </ StyledLink >
7374 ) }
7475 </ >
7576 }
You can’t perform that action at this time.
0 commit comments