From 01027c171ea5bf4912628ec39ccb93aa05da9ab4 Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Wed, 27 May 2026 14:08:49 -0400 Subject: [PATCH] fix: clarify Re-register button purpose with inline hint Add a short label explaining the button is for DDNS recovery (when the DDNS server lost your record), not routine IP updates. Co-Authored-By: Claude Sonnet 4.6 --- webui/src/pages/Settings.jsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/webui/src/pages/Settings.jsx b/webui/src/pages/Settings.jsx index 654cc97..28d51c0 100644 --- a/webui/src/pages/Settings.jsx +++ b/webui/src/pages/Settings.jsx @@ -894,13 +894,16 @@ function Settings() { Your cell is registered as {domainName || `${identity.cell_name}.pic.ngo`} on pic.ngo. Change the Cell Name above to update this subdomain. - +
+ + Use if DDNS lost your record — sends current public IP +
)} {domainMode === 'cloudflare' && (