diff --git a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js index 52951c1..ea8b567 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.js @@ -22,7 +22,8 @@ var details = function () { return ({ inputUI: { type: 'text', }, - tooltip: 'Specify lower bound. Default value is 40% so new file size must be at least 40% of original file size.', + tooltip: 'Specify lower bound. ' + + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { name: 'lessThan', @@ -31,7 +32,8 @@ var details = function () { return ({ inputUI: { type: 'text', }, - tooltip: 'Specify upper bound. Default value is 110% so new file size must be at most 110% of original file size.', + tooltip: 'Specify upper bound.' + + ' Default value is 110% so new file size must be at most 110% of original file size.', }, ], outputs: [ diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts index 4c94a7a..dfcd714 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/compareFileSizeRatio/1.0.0/index.ts @@ -26,7 +26,8 @@ const details = (): IpluginDetails => ({ inputUI: { type: 'text', }, - tooltip: 'Specify lower bound. Default value is 40% so new file size must be at least 40% of original file size.', + tooltip: 'Specify lower bound. ' + + 'Default value is 40% so new file size must be at least 40% of original file size.', }, { name: 'lessThan', @@ -35,7 +36,8 @@ const details = (): IpluginDetails => ({ inputUI: { type: 'text', }, - tooltip: 'Specify upper bound. Default value is 110% so new file size must be at most 110% of original file size.', + tooltip: 'Specify upper bound.' + + ' Default value is 110% so new file size must be at most 110% of original file size.', }, ], outputs: [