From f4842ead68640a81441f5a195b1f64146560f817 Mon Sep 17 00:00:00 2001 From: Matt Visnovsky Date: Mon, 6 May 2024 15:38:14 -0600 Subject: [PATCH] Translation key for OID --- src/lang/en.json | 3 ++- src/pages/EditMonitor.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 32aa3f400..d5ab58182 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -930,5 +930,6 @@ "Control Value": "Control Value", "snmpControlValueHelptext": "Enter the control value against which the SNMP value will be compared. Depending on the condition chosen, this value can be numeric or string. For 'contains' condition, specify a substring to search for within the SNMP value.", "SNMP Version": "SNMP Version", - "snmpVersionHelptext": "Prefer SNMPv2c for enhanced security and expanded features. If compatibility issues occur, fallback to SNMPv1, but note that SNMPv1 has limited capabilities compared to SNMPv2c." + "snmpVersionHelptext": "Prefer SNMPv2c for enhanced security and expanded features. If compatibility issues occur, fallback to SNMPv1, but note that SNMPv1 has limited capabilities compared to SNMPv2c.", + "Please enter a valid OID.": "Please enter a valid OID." } diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 6543b01c0..008525bd7 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -273,7 +273,7 @@
- +