Skip to content

Commit 9c815b8

Browse files
renaming wallets to credit account for frontend
1 parent f29dc89 commit 9c815b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/licenses/_exceptions_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
),
2323
WalletAccessForbiddenError: HttpErrorInfo(
2424
status.HTTP_403_FORBIDDEN,
25-
"Wallet {wallet_id} forbidden.",
25+
"Credit account {wallet_id} forbidden.",
2626
),
2727
WalletNotEnoughCreditsError: HttpErrorInfo(
2828
status.HTTP_402_PAYMENT_REQUIRED,
29-
"Not enough credits in the wallet.",
29+
"Not enough credits in the credit account.",
3030
),
3131
LicensedItemPricingPlanMatchError: HttpErrorInfo(
3232
status.HTTP_400_BAD_REQUEST,

0 commit comments

Comments
 (0)