You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/03/28 07:11:10 UTC

(camel-quarkus) 03/04: Update Telegram extension metadata

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5d2c7a90cde41bfed55657c523921ab9f6779e2b
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Mon Mar 25 11:42:58 2024 +0100

    Update Telegram extension metadata
---
 .../telegram/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/telegram/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/telegram/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 461f27df48..afc3133ab6 100644
--- a/extensions/telegram/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/telegram/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -22,7 +22,7 @@
 #
 ---
 name: "Camel Telegram"
-description: "Send and receive messages acting as a Telegram Bot Telegram Bot API"
+description: "Send and receive messages using the Telegram Bot API"
 metadata:
   icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg"
   guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/telegram.html"