commit 5f3635aa615db105f71d9735fce609d2fbf4a36f parent 87846da85cf0d44ae4ea1c187f7aa474ee179d2e Author: MS <ms@taler.net> Date: Mon, 25 Sep 2023 15:38:49 +0200 English fix Diffstat:
| M | bank/src/main/kotlin/tech/libeufin/bank/Main.kt | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt @@ -107,8 +107,8 @@ data class BankApplicationContext( /** * URL where the user should be redirected to complete the captcha. * It can contain the substring "{woid}" that is going to be replaced - * with the withdrawal operation id and should point to the where the - * bank SPA is located. + * with the withdrawal operation id and should point where the bank + * SPA is located. */ val spaCaptchaURL: String?, )