mirror of https://github.com/zulip/zulip.git
Fix capitalization in 'Deactivate account'.
This commit is contained in:
parent
2619ee666e
commit
9921f3279f
|
@ -279,7 +279,7 @@
|
||||||
"New users may sign up online!": "New users may sign up online!",
|
"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",
|
"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>",
|
"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",
|
"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.",
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<div id="upload_avatar_spinner"></div>
|
<div id="upload_avatar_spinner"></div>
|
||||||
<button class="button standalone" id="user_avatar_upload_button">{{t 'Customize avatar' }}</button>
|
<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_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>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -6,10 +6,10 @@ deactivate your Zulip account.
|
||||||
{!go-to-the.md!} [Your account](/#settings/your-account)
|
{!go-to-the.md!} [Your account](/#settings/your-account)
|
||||||
{!settings.md!}
|
{!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.
|
**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
|
**Deactivate Your account** will appear. To confirm the deletion of your
|
||||||
account, click the **Deactivate now** button.
|
account, click the **Deactivate now** button.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue