We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0520251 commit 8587725Copy full SHA for 8587725
src/gui/src/initgui.js
@@ -175,7 +175,7 @@ window.showTurnstileChallenge = function (options) {
175
// message
176
let message = 'Setting up your account...';
177
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...';
+ message = 'Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account...';
179
}
180
// Create modal HTML
181
let modalHtml = `
0 commit comments