Replace setUsernameNotificationBody setting with changeUsernameDisclaimer and alter disclaimer text (#11953)

This commit is contained in:
Joanna Cholewa 2020-03-09 14:48:54 +00:00 committed by GitHub
parent dbdb5f81a5
commit effb66a089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -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",