Wording updates

Thanks @Zaxounette!
This commit is contained in:
Dennis Reimann
2021-04-20 09:09:32 +02:00
parent 52be5746c6
commit aef06c7f61
3 changed files with 4 additions and 5 deletions

View File

@@ -377,8 +377,7 @@ namespace BTCPayServer.Controllers
return checkResult;
}
TempData[WellKnownTempData.SuccessMessage] =
$"Derivation settings for {network.CryptoCode} have been modified.";
TempData[WellKnownTempData.SuccessMessage] = $"Derivation settings for {network.CryptoCode} have been updated.";
return RedirectToAction(nameof(UpdateStore), new {storeId});
}