commit | 383571357baa54fd5c46de096349b7b0213a203e | [log] [tgz] |
---|---|---|
author | Sukanya Pandey <sukapan1@in.ibm.com> | Tue Dec 22 13:40:59 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Fri Jan 08 21:50:11 2021 +0000 |
tree | 0642edacd8d56d5fc562a465c33eab4b47baa06a | |
parent | 9fc88d6c53dd5e5909ec850e4206951bedaa1aa7 [diff] [blame] |
Add translated cancel title to all modals Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I24ea692467077eddc7a74b86a9ba56d49818404b
diff --git a/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue b/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue index 8a71977..cafbd93 100644 --- a/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue +++ b/src/views/AccessControl/SslCertificates/ModalUploadCertificate.vue
@@ -62,6 +62,9 @@ {{ $t('global.action.add') }} </template> </template> + <template #modal-cancel> + {{ $t('global.action.cancel') }} + </template> </b-modal> </template>