Improve discovery of Quatum-related kamelets (#2594)

by having the word quantum fully written in description

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
diff --git a/kamelets/pqc-kem-action.kamelet.yaml b/kamelets/pqc-kem-action.kamelet.yaml
index c56cd68..d49f986 100644
--- a/kamelets/pqc-kem-action.kamelet.yaml
+++ b/kamelets/pqc-kem-action.kamelet.yaml
@@ -30,7 +30,7 @@
 spec:
   definition:
     title: "PQC Key Encapsulation/Decapsulation Action"
-    description: Encapsulate or Decapsulate a secret Key with a PQC KEM algorithm.
+    description: Encapsulate or Decapsulate a secret Key with a Post-Quantum Cryptography Key Encapsulation Mechanism (PQC KEM) algorithm.
     required:
     - keyEncapsulationAlgorithm
     - operation
diff --git a/kamelets/pqc-signature-action.kamelet.yaml b/kamelets/pqc-signature-action.kamelet.yaml
index 0a10ed8..b042199 100644
--- a/kamelets/pqc-signature-action.kamelet.yaml
+++ b/kamelets/pqc-signature-action.kamelet.yaml
@@ -30,7 +30,7 @@
 spec:
   definition:
     title: "PQC Signature Action"
-    description: Sign or verify a payload with a PQC algorithm.
+    description: Sign or verify a payload with a Post-Quantum Cryptography (PQC) algorithm.
     required:
     - signatureAlgorithm
     - operation
diff --git a/library/camel-kamelets/src/main/resources/kamelets/pqc-kem-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/pqc-kem-action.kamelet.yaml
index c56cd68..d49f986 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/pqc-kem-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/pqc-kem-action.kamelet.yaml
@@ -30,7 +30,7 @@
 spec:
   definition:
     title: "PQC Key Encapsulation/Decapsulation Action"
-    description: Encapsulate or Decapsulate a secret Key with a PQC KEM algorithm.
+    description: Encapsulate or Decapsulate a secret Key with a Post-Quantum Cryptography Key Encapsulation Mechanism (PQC KEM) algorithm.
     required:
     - keyEncapsulationAlgorithm
     - operation
diff --git a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
index 0a10ed8..b042199 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
@@ -30,7 +30,7 @@
 spec:
   definition:
     title: "PQC Signature Action"
-    description: Sign or verify a payload with a PQC algorithm.
+    description: Sign or verify a payload with a Post-Quantum Cryptography (PQC) algorithm.
     required:
     - signatureAlgorithm
     - operation