diff --git a/FileFlows.Plugin.dll b/FileFlows.Plugin.dll index a2b43fa7..c91a56ff 100644 Binary files a/FileFlows.Plugin.dll and b/FileFlows.Plugin.dll differ diff --git a/FileFlows.Plugin.pdb b/FileFlows.Plugin.pdb index a08c8d38..e09e17ad 100644 Binary files a/FileFlows.Plugin.pdb and b/FileFlows.Plugin.pdb differ diff --git a/Nextcloud/i18n/en.json b/Nextcloud/i18n/en.json index 30e89a69..d10106ba 100644 --- a/Nextcloud/i18n/en.json +++ b/Nextcloud/i18n/en.json @@ -1,4 +1,17 @@ { + "Plugins": { + "Nextcloud": { + "Description": "A plugin that allows you to upload files to Nextcloud.", + "Fields": { + "Url": "URL", + "Url-Help":"The URL of the Nextcloud server", + "Username": "Username", + "Username-Help":"The username of the user to upload to.", + "Password": "Password", + "Password-Help":"The application-specific password you created for FileFlows for this Nextcloud user." + } + } + }, "Flow": { "Parts": { "UploadToNextcloud": { @@ -9,7 +22,7 @@ "Description": "Uploads a file to Nextcloud", "Fields": { "File": "File", - "Url-Help": "The file to upload, leave empty to use the current working file.", + "File-Help": "The file to upload, leave empty to use the current working file.", "DestinationPath": "Destination", "DestinationPath-Help": "The location and filename, i.e. the full path, of the file in Nextcloud." }