diff --git a/meshchatx/src/frontend/components/App.vue b/meshchatx/src/frontend/components/App.vue index 3a7c273..7617259 100644 --- a/meshchatx/src/frontend/components/App.vue +++ b/meshchatx/src/frontend/components/App.vue @@ -133,7 +133,7 @@ ]" >
- Backend Tampering Detected!
- The application backend binary (unpacked from ASAR) appears to have been modified or replaced. This
- could indicate a malicious actor trying to compromise your mesh communication.
+ {{ $t("about.tampering_detected") }}
+ {{ $t("about.integrity_backend_error") }}
- Data Tampering Detected!
- Your identities or database files appear to have been modified while the app was closed.
+ {{ $t("about.tampering_detected") }}
+ {{ $t("about.integrity_data_error") }}
- Proceed with caution. If you did not manually update or modify these files, your installation may be - compromised. + {{ $t("about.integrity_warning_footer") }}
7cc8d66b4f6a0e0e49d34af7f6077b5a
+
+ 43d3309adf27fc446556121b553b56a6
+
+ Manage Banished users and nodes
+{{ $t("banishment.description") }}