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/openblocks/src/i18n/locales/en.ts
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1921,7 +1921,8 @@ export const en = {
1921
1921
jsLibraryHelpText:
1922
1922
"Add JavaScript libraries to your current application via URL addresses. lodash, moment, uuid, numbro are built into the system for immediate use. JavaScript libraries are loaded before the application is initialized, which can have an impact on application performance.",
1923
1923
exportedAs: "Exported as",
1924
-
urlTooltip: "URL address of the JavaScript library, unpkg.com or jsdelivr.net is recommended",
1924
+
urlTooltip:
1925
+
"URL address of the JavaScript library, [unpkg.com](https://unpkg.com/) or [jsdelivr.net](https://www.jsdelivr.com/) is recommended",
"JavaScript library installation failed. Perhaps the library is not available in the sandbox, [Documentation](https://docs.openblocks.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-libraries)\n{message}",
"Perhaps the library is not available in the sandbox, [Documentation](https://docs.openblocks.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-libraries)\n{message}",
1936
+
jsLibraryInstallFailedHost: "{message}",
1936
1937
add: "Add New",
1937
1938
jsHelpText: "Add a global method or variable to the current application.",
0 commit comments