diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts index b446661..7a0639d 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts @@ -9,8 +9,7 @@ const details = (): IpluginDetails => ({ name: 'Set Flow Variable', description: `Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable' plugin for complex flows with loops in them where you're wanting to keep track - of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU. - `, + of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.`, style: { borderColor: 'green', },