From 41fa5695638326326534c53d4617f0f1f800e214 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 12 Jun 2023 14:27:36 +1000 Subject: [PATCH] main: updated no domains found error message --- FireWallet/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FireWallet/MainForm.cs b/FireWallet/MainForm.cs index 1876b7a..138d06b 100644 --- a/FireWallet/MainForm.cs +++ b/FireWallet/MainForm.cs @@ -1735,7 +1735,7 @@ namespace FireWallet { if (DomainsRenewable == null) { - NotifyForm notifyForm = new NotifyForm("No domains found\nMake sure you have synced your domains by visiting the domain page"); + NotifyForm notifyForm = new NotifyForm("No renewable domains found"); notifyForm.ShowDialog(); notifyForm.Dispose(); return;