diff --git a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html
index 7e87e312b..8aedc4947 100644
--- a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html
+++ b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html
@@ -5,6 +5,9 @@
@if (stateService.network === 'testnet') {
Testnet3 is deprecated, and will soon be replaced by Testnet4
}
+ @if (stateService.network === 'testnet4') {
+ Testnet4 is not yet finalized, and may be reset at anytime.
+ }