You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1895,7 +1895,7 @@ export const en = {
1895
1895
"module":{
1896
1896
"emptyText":"No Data",
1897
1897
"docLink":"Read More About Modules...",
1898
-
"documentationText" :"Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications. You can insert a module into an app or other modules (referred to as external apps in the rest of this document) and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
1898
+
"documentationText" :"Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
1899
1899
"circularReference":"Circular Reference, Current Module/Application Cannot Be Used!",
1900
1900
"emptyTestInput":"The Current Module Has No Input to Test",
1901
1901
"emptyTestMethod":"The Current Module Has No Method to Test",