mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
Replace setUsernameNotificationBody setting with changeUsernameDisclaimer and alter disclaimer text (#11953)
This commit is contained in:
parent
dbdb5f81a5
commit
effb66a089
2 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<div class="username-notification-title">
|
||||
{{ $t('setUsernameNotificationTitle') }}
|
||||
</div>
|
||||
<div>{{ $t('setUsernameNotificationBody') }}</div>
|
||||
<div>{{ $t('changeUsernameDisclaimer') }}</div>
|
||||
<div class="current-username-container mx-auto">
|
||||
<label class="font-weight-bold">{{ $t('currentUsername') + " " }}</label>
|
||||
<label>@</label>
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@
|
|||
"push": "Push",
|
||||
"about": "About",
|
||||
"setUsernameNotificationTitle": "Confirm your username!",
|
||||
"setUsernameNotificationBody": "We will be transitioning login names to unique, public usernames soon. This username will be used for invitations, @mentions in chat, and messaging.",
|
||||
"usernameIssueSlur": "Usernames may not contain inappropriate language.",
|
||||
"usernameIssueForbidden": "Usernames may not contain restricted words.",
|
||||
"usernameIssueLength": "Usernames must be between 1 and 20 characters.",
|
||||
|
|
@ -206,7 +205,7 @@
|
|||
"goToSettings": "Go to Settings",
|
||||
"usernameVerifiedConfirmation": "Your username, <%= username %>, is confirmed!",
|
||||
"usernameNotVerified": "Please confirm your username.",
|
||||
"changeUsernameDisclaimer": "This username will be used for invitations, @mentions in chat, and messaging.",
|
||||
"changeUsernameDisclaimer": "Your username is used for invitations, @mentions in chat, and messaging. It must be 1 to 20 characters, containing only letters a to z, numbers 0 to 9, hyphens, or underscores, and cannot include any inappropriate terms.",
|
||||
"verifyUsernameVeteranPet": "One of these Veteran Pets will be waiting for you after you've finished confirming!",
|
||||
"mentioning": "Mentioning",
|
||||
"suggestMyUsername": "Suggest my username",
|
||||
|
|
|
|||
Loading…
Reference in a new issue