Remove helptext from monitor type

This commit is contained in:
Suven-p 2024-10-20 18:46:20 +05:45
parent 2a2b8404db
commit 85f555295f
2 changed files with 2 additions and 2 deletions

View file

@ -1058,7 +1058,7 @@
"rabbitmqNodesInvalid": "Please use a fully qualified (starting with 'http') URL for RabbitMQ nodes.",
"RabbitMQ Username": "RabbitMQ Username",
"RabbitMQ Password": "RabbitMQ Password",
"RabbitMQ (using Management Plugin)": "RabbitMQ (using Management Plugin)",
"RabbitMQ": "RabbitMQ",
"rabbitmqHelpText": "To use the monitor, you will need to enable the Management Plugin in your RabbitMQ setup. For more information, please consult the {0}.",
"SendGrid API Key": "SendGrid API Key",
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas"

View file

@ -65,7 +65,7 @@
MQTT
</option>
<option value="rabbitmq">
{{ $t("RabbitMQ (using Management Plugin)") }}
{{ $t("RabbitMQ") }}
</option>
<option value="kafka-producer">
Kafka Producer