diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html
index ab9e1bf8..dab6dcc8 100644
--- a/web/html/modals/inbound_modal.html
+++ b/web/html/modals/inbound_modal.html
@@ -183,7 +183,7 @@
},
clearKeys() {
this.inbound.settings.decryption = 'none';
- this.inbound.settings.encryption = 'none';
+ this.inbound.settings.encryption = '';
}
},