commit dc9cdefab9fc78159451807b2a1129ea7b975e85 parent 401255da9d8bf2615d6ded908d90d14189556705 Author: Florian Dold <florian@dold.me> Date: Mon, 6 Jul 2026 18:55:25 +0200 fix text in fallback spa Diffstat:
| M | contrib/spa/index.html | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/spa/index.html b/contrib/spa/index.html @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> <body> - <h1>Taler Merchant Web UI not installed</h1> - <p>This is a fallback page shown when the Taler Merchant Web UI is not + <h1>Challenger Web UI not installed</h1> + <p>This is a fallback page shown when the Challenger Web UI is not available.</p> <p>Please make sure the page is installed and the - <code>BACKOFFICE_SPA_DIR</code> option in the <code>[merchant]</code> section of + <code>SPA_DIR</code> option in the <code>[challenger]</code> section of the taler-merchant configuration is set correctly.</p> </body> </html>