main: updated no domains found error message

This commit is contained in:
Nathan Woodburn 2023-06-12 14:27:36 +10:00
parent f4900cf9d6
commit 41fa569563
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1735,7 +1735,7 @@ namespace FireWallet
{ {
if (DomainsRenewable == null) 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.ShowDialog();
notifyForm.Dispose(); notifyForm.Dispose();
return; return;