Fix capitalization in 'Deactivate account'.

This commit is contained in:
Tim Abbott 2017-01-16 17:33:18 -08:00
parent 2619ee666e
commit 9921f3279f
3 changed files with 4 additions and 4 deletions

View File

@ -279,7 +279,7 @@
"New users may sign up online!": "New users may sign up online!",
"Time will be displayed in the __format__-hour format! You will need to reload the window for your changes to take effect": "Time will be displayed in the __format__-hour format! You will need to reload the window for your changes to take effect",
"Unmute the stream <b>__stream.name__</b>": "Unmute the stream <b>__stream.name__</b>",
"Deactivate Account": "Deactivate Account",
"Deactivate account": "Deactivate account",
"Uncheck all": "Uncheck all",
"Alert words allow you to be notified as if you were @-mentioned\n when certain words or phrases are used in Zulip.": "Alert words allow you to be notified as if you were @-mentioned\n when certain words or phrases are used in Zulip.",
"Their password will be cleared from our systems, and any bots they maintain will be disabled.": "Their password will be cleared from our systems, and any bots they maintain will be disabled.",

View File

@ -57,7 +57,7 @@
<div id="upload_avatar_spinner"></div>
<button class="button standalone" id="user_avatar_upload_button">{{t 'Customize avatar' }}</button>
<button class="button standalone btn-danger" id="user_avatar_delete_button">{{t 'Delete avatar' }}</button>
<button class="button standalone btn-danger" id="user_deactivate_account_button">{{t 'Deactivate Account' }}</button>
<button class="button standalone btn-danger" id="user_deactivate_account_button">{{t 'Deactivate account' }}</button>
</div>
</form>

View File

@ -6,10 +6,10 @@ deactivate your Zulip account.
{!go-to-the.md!} [Your account](/#settings/your-account)
{!settings.md!}
2. Click the **Deactivate Account** button on the bottom of the
2. Click the **Deactivate account** button on the bottom of the
**Your account** section.
4. After clicking the **Deactivate Account** button, a modal window titled
4. After clicking the **Deactivate account** button, a modal window titled
**Deactivate Your account** will appear. To confirm the deletion of your
account, click the **Deactivate now** button.