rename 'Close Account' back to 'Deactivate Account'.

the word close on a red button makes you feel like you're going to close the
settings dialog, not terminate your account...
This commit is contained in:
Matthew Hodgson 2019-02-13 12:24:04 +00:00
parent 8464155663
commit 3eb5c71b75
10 changed files with 10 additions and 10 deletions

View file

@ -162,7 +162,7 @@ export default class GeneralUserSettingsTab extends React.Component {
{_t("Deactivating your account is a permanent action - be careful!")}
</span>
<AccessibleButton onClick={this._onDeactivateClicked} kind="danger">
{_t("Close Account")}
{_t("Deactivate Account")}
</AccessibleButton>
</div>
);