Skip to content

Commit 1c21af4

Browse files
authored
fix(ovpn-rw): update error message for certificate regeneration failure (#791)
1 parent a26dbd1 commit 1c21af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/standalone/openvpn_rw/RegenerateRWAllCertificatesModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function close() {
6868
<NeInlineNotification
6969
v-if="error"
7070
kind="error"
71-
:title="t('error.cannot_renew_server_cert')"
71+
:title="t('error.cannot_regenerate_all_certs')"
7272
:description="t(getAxiosErrorMessage(error))"
7373
class="mb-2"
7474
/>

0 commit comments

Comments
 (0)