Skip to content

Commit 8587725

Browse files
committed
Update initgui.js
1 parent 0520251 commit 8587725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/initgui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ window.showTurnstileChallenge = function (options) {
175175
// message
176176
let message = 'Setting up your account...';
177177
if ( window.embedded_in_popup ) {
178-
message = 'Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account for secure AI and Cloud features...';
178+
message = 'Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account...';
179179
}
180180
// Create modal HTML
181181
let modalHtml = `

0 commit comments

Comments
 (0)