From 4d905a4bb7f7d295968bf2901aa0b9987c6a6d33 Mon Sep 17 00:00:00 2001
From: william-davis-dev <84206899+william-davis-dev@users.noreply.github.com>
Date: Thu, 8 Aug 2024 19:25:14 -0400
Subject: [PATCH] update description for clarity
---
src/core/operations/ZPLConvert.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/operations/ZPLConvert.mjs b/src/core/operations/ZPLConvert.mjs
index 4e6e4f33..a7e34cfc 100644
--- a/src/core/operations/ZPLConvert.mjs
+++ b/src/core/operations/ZPLConvert.mjs
@@ -20,7 +20,7 @@ class ZPLConvert extends Operation {
this.name = "ZPL Converter";
this.module = "Default";
this.description = [
- "Takes ZPL (Zebra Printer Language)-encoded text data and converts renders it to readable images.",
+ "Takes a ZPL (Zebra Printer Language) string and renders it into a png.",
"
",
"Uses the Labelary API for full support of all ZPL instructions.",
"
",