File tree 2 files changed +6
-5
lines changed
client/packages/lowcoder/src
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const en = {
135
135
"moduleListTitle" : "Modules" ,
136
136
"pluginListTitle" : "Plugins" ,
137
137
"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?" ,
139
139
"emptyPlugins" : "No Plugins Added" ,
140
140
"contactUs" : "Contact Us" ,
141
141
"issueHere" : "here."
Original file line number Diff line number Diff line change @@ -58,18 +58,19 @@ export const EmptyCompContent = () => {
58
58
text = {
59
59
< >
60
60
{ trans ( "rightPanel.searchNotFound" ) }
61
- { aboutUsUrl && (
61
+ { aboutUsUrl && (
62
62
< >
63
63
< br />
64
64
< StyledLink target = "_blank" href = { aboutUsUrl } >
65
65
{ trans ( "rightPanel.contactUs" ) }
66
66
</ StyledLink >
67
67
</ >
68
68
) }
69
+ < br /> < br />
70
+ { trans ( "help.submitIssue" ) }
71
+ < br />
69
72
{ issueUrl && (
70
- < StyledLink target = "_blank" href = { issueUrl } >
71
- { trans ( "rightPanel.issueHere" ) }
72
- </ StyledLink >
73
+ < StyledLink target = "_blank" href = { issueUrl } > { trans ( "rightPanel.issueHere" ) } </ StyledLink >
73
74
) }
74
75
</ >
75
76
}
You can’t perform that action at this time.
0 commit comments