1
0
Fork 0
mirror of synced 2024-06-03 02:55:14 +12:00

Update plugin description text

This commit is contained in:
Andrew Kingston 2022-09-12 19:47:27 +01:00
parent ba2aa4b0de
commit 6fae59a608

View file

@ -35,13 +35,13 @@
function infoMessage(optionName) {
switch (optionName) {
case PluginSource.URL:
return "Please specify a URL which directs to a built plugin TAR archive, you can provide headers if authentication is required."
return "Please specify a URL which directs to a built plugin TAR archive. You can provide headers if authentication is required."
case PluginSource.NPM:
return "Please specify the URL to a public NPM package which contains the built version of the plugin you wish to install."
case PluginSource.GITHUB:
return "Please specify the URL to a Github repository which contains built plugin releases. If this is a private repo you can provide a token to access it."
case PluginSource.FILE:
return "Please provide a built plugin TAR archive, you can build a plugin locally using the Budibase CLI."
return "Please provide a built plugin TAR archive. You can build a plugin locally using the Budibase CLI."
}
}