summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorDamian Celico <damianx.celico@intel.com>2022-06-27 17:43:21 +0300
committerDamian Celico <damianx.celico@intel.com>2022-09-26 18:19:54 +0300
commit31fb2b96a58492c3214197685787f42f305a42ad (patch)
treeac0f3d472aa34099cc568b0c213576f75c204bf7 /src/locales
parentd9566225f1c25b1892c332e0f3a16c1b5e4ba714 (diff)
downloadwebui-vue-31fb2b96a58492c3214197685787f42f305a42ad.tar.xz
Check certificate file extension
Checking the file extension type of uploaded certificates to redfish. Sends the file only if the file type is correct, otherwise shows error. Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: Idfc790bc8967333aed66c5c128334af4231dbea3
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index e43167c6..3fd2deda 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -866,7 +866,8 @@
"certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.",
"certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.",
"certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.",
- "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates."
+ "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates.",
+ "incorrectCertificateFileType": "File is not a correct certificate type"
},
"modal": {
"alternateName": "Alternate name",