feat: rename success message to "CRISPY!" with Japanese smiley
- Update overlay text: "Perfect Match!" → "CRISPY! ٩(◕‿◕)۶" - Update success hint in English and German versions - Fun branding touch matching the app name
This commit is contained in:
@@ -407,7 +407,7 @@ function runCode() {
|
||||
|
||||
if (validationResult.isValid) {
|
||||
// Show success hint
|
||||
showSuccessHint(validationResult.message || "Super! Dein Code funktioniert korrekt.");
|
||||
showSuccessHint(validationResult.message || "CRISPY! ٩(◕‿◕)۶ Dein Code funktioniert.");
|
||||
|
||||
// Update Run button
|
||||
elements.runBtn.innerHTML = '<img src="./gear.svg" alt="" />Erneut';
|
||||
|
||||
Reference in New Issue
Block a user