mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Remove helptext from monitor type
This commit is contained in:
parent
2a2b8404db
commit
85f555295f
2 changed files with 2 additions and 2 deletions
|
@ -1058,7 +1058,7 @@
|
||||||
"rabbitmqNodesInvalid": "Please use a fully qualified (starting with 'http') URL for RabbitMQ nodes.",
|
"rabbitmqNodesInvalid": "Please use a fully qualified (starting with 'http') URL for RabbitMQ nodes.",
|
||||||
"RabbitMQ Username": "RabbitMQ Username",
|
"RabbitMQ Username": "RabbitMQ Username",
|
||||||
"RabbitMQ Password": "RabbitMQ Password",
|
"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}.",
|
"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",
|
"SendGrid API Key": "SendGrid API Key",
|
||||||
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas"
|
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas"
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
MQTT
|
MQTT
|
||||||
</option>
|
</option>
|
||||||
<option value="rabbitmq">
|
<option value="rabbitmq">
|
||||||
{{ $t("RabbitMQ (using Management Plugin)") }}
|
{{ $t("RabbitMQ") }}
|
||||||
</option>
|
</option>
|
||||||
<option value="kafka-producer">
|
<option value="kafka-producer">
|
||||||
Kafka Producer
|
Kafka Producer
|
||||||
|
|
Loading…
Reference in a new issue