summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/locales/en-US.json3
-rw-r--r--src/views/Configuration/Firmware/Firmware.vue6
2 files changed, 7 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 0015abc7..830d46a5 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -211,7 +211,8 @@
"imageFileName": "Image file name",
"onlyTarFilesAccepted": "Only .tar files accepted",
"tftpServer": "TFTP server",
- "tftpServerIpAddress": "TFTP server IP address",
+ "tftpServerAddress": "TFTP server address",
+ "tftpServerAddressHelper": "IP address or FQDN",
"uploadAndRebootBmc": "Upload and reboot BMC",
"uploadLocation": "Upload location",
"workstation": "Workstation"
diff --git a/src/views/Configuration/Firmware/Firmware.vue b/src/views/Configuration/Firmware/Firmware.vue
index cfdc0a3e..e63db518 100644
--- a/src/views/Configuration/Firmware/Firmware.vue
+++ b/src/views/Configuration/Firmware/Firmware.vue
@@ -141,15 +141,19 @@
<!-- TFTP Server Upload -->
<template v-else>
<b-form-group
- :label="$t('pageFirmware.form.tftpServerIpAddress')"
+ :label="$t('pageFirmware.form.tftpServerAddress')"
label-for="tftp-ip"
>
+ <b-form-text id="server-address-help-block">
+ {{ $t('pageFirmware.form.tftpServerAddressHelper') }}
+ </b-form-text>
<b-form-input
id="tftp-id"
v-model="tftpIpAddress"
type="text"
:state="getValidationState($v.tftpIpAddress)"
:disabled="isPageDisabled"
+ aria-describedby="server-address-help-block"
@input="$v.tftpIpAddress.$touch()"
/>
<b-form-invalid-feedback role="alert">