diff --git a/messages/en-US.json b/messages/en-US.json
index 7d5deded..b023ac75 100644
--- a/messages/en-US.json
+++ b/messages/en-US.json
@@ -2272,5 +2272,8 @@
"remoteExitNodeRegenerateAndDisconnectWarning": "This will regenerate the credentials and immediately disconnect the remote exit node. The remote exit node will need to be restarted with the new credentials.",
"remoteExitNodeRegenerateCredentialsConfirmation": "Are you sure you want to regenerate the credentials for this remote exit node?",
"remoteExitNodeRegenerateCredentialsWarning": "This will regenerate the credentials. The remote exit node will stay connected until you manually restart it and use the new credentials.",
- "agent": "Agent"
+ "agent": "Agent",
+ "personalUseOnly": "Personal Use Only",
+ "loginPageLicenseWatermark": "This instance is licensed for personal use only.",
+ "instanceIsUnlicensed": "This instance is unlicensed."
}
diff --git a/src/app/admin/license/page.tsx b/src/app/admin/license/page.tsx
index bef4f173..4e0586bd 100644
--- a/src/app/admin/license/page.tsx
+++ b/src/app/admin/license/page.tsx
@@ -360,7 +360,8 @@ export default function LicensePage() {