Updated all text to English

This commit is contained in:
lockbitchat
2025-08-13 22:42:22 -04:00
parent 77ff67d2be
commit 2fc4ae9948
2 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ class PayPerSessionManager {
});
if (!healthCheck.ok) {
throw new Error(`LNbits API недоступен: ${healthCheck.status}`);
throw new Error(`LNbits API is not available: ${healthCheck.status}`);
}
const response = await fetch(`${this.verificationConfig.apiUrl}/api/v1/payments`, {