From c9adb4a5e292ae9a2c359a7a55083746486e11d9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 30 Mar 2022 20:42:07 +0200 Subject: english --- packages/taler-wallet-core/src/operations/refresh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index 1a4731939..10584fb94 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -820,7 +820,7 @@ async function processRefreshGroupImpl( processRefreshSession(ws, refreshGroupId, i).catch((x) => { if (x instanceof CryptoApiStoppedError) { logger.info( - "crypto API stopped while processing refresh group, probably the wallet is during shutdown", + "crypto API stopped while processing refresh group, probably the wallet is currently shutting down.", ); } else { logger.warn("process refresh session got exception"); -- cgit v1.2.3