Update BTCPayServer/Controllers/StoresController.Onchain.cs

Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
This commit is contained in:
Nicolas Dorier
2021-04-20 10:55:36 +09:00
committed by Dennis Reimann
parent 85cf36ac4a
commit b2ff64733d

View File

@@ -186,7 +186,7 @@ namespace BTCPayServer.Controllers
await _Repo.UpdateStore(store);
_EventAggregator.Publish(new WalletChangedEvent {WalletId = new WalletId(vm.StoreId, vm.CryptoCode)});
TempData[WellKnownTempData.SuccessMessage] = $"Derivation settings for {network.CryptoCode} have been modified.";
TempData[WellKnownTempData.SuccessMessage] = $"Derivation settings for {network.CryptoCode} have been updated.";
// This is success case when derivation scheme is added to the store
return RedirectToAction(nameof(UpdateStore), new {storeId = vm.StoreId});