mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
Update initgui.js
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
This commit is contained in:
@@ -175,7 +175,7 @@ window.showTurnstileChallenge = function (options) {
|
||||
// message
|
||||
let message = 'Setting up your account...';
|
||||
if ( window.embedded_in_popup ) {
|
||||
message = 'Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account for secure AI and Cloud features...';
|
||||
message = 'Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account...';
|
||||
}
|
||||
// Create modal HTML
|
||||
let modalHtml = `
|
||||
|
||||
Reference in New Issue
Block a user