Replace "Login …" with "Log in …" in two strings of Habitica integration (#135383)

This commit is contained in:
Norbert Rittel 2025-01-13 11:55:55 +01:00 committed by GitHub
parent a649ff4a91
commit 96ad2b6ed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@
"user": { "user": {
"title": "Habitica - Gamify your life", "title": "Habitica - Gamify your life",
"menu_options": { "menu_options": {
"login": "Login to Habitica", "login": "Log in to Habitica",
"advanced": "Login to other instances" "advanced": "Log in to other instances"
}, },
"description": "![Habiticans]({habiticans}) Connect your Habitica account to keep track of your adventurer's stats, progress, and manage your to-dos and daily tasks.\n\n[Don't have a Habitica account? Sign up here.]({signup})" "description": "![Habiticans]({habiticans}) Connect your Habitica account to keep track of your adventurer's stats, progress, and manage your to-dos and daily tasks.\n\n[Don't have a Habitica account? Sign up here.]({signup})"
}, },