You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
body: _t("To continue, please enter your password:"),
89
+
body: _t("To continue, please enter your account password:"),
90
90
},
91
91
},
92
92
};
@@ -206,52 +206,28 @@ export default class DeactivateAccountDialog extends React.Component<IProps, ISt
206
206
screenName="DeactivateAccount"
207
207
>
208
208
<divclassName="mx_Dialog_content">
209
-
<p>{_t(
210
-
"This will make your account permanently unusable. "+
211
-
"You will not be able to log in, and no one will be able to re-register the same "+
212
-
"user ID. "+
213
-
"This will cause your account to leave all rooms it is participating in, and it "+
214
-
"will remove your account details from your identity server. "+
215
-
"<b>This action is irreversible.</b>",
216
-
{},
217
-
{b: (sub)=><b>{sub}</b>},
218
-
)}</p>
219
-
220
-
<p>{_t(
221
-
"Deactivating your account <b>does not by default cause us to forget messages you "+
222
-
"have sent.</b> "+
223
-
"If you would like us to forget your messages, please tick the box below.",
224
-
{},
225
-
{b: (sub)=><b>{sub}</b>},
226
-
)}</p>
227
-
228
-
<p>{_t(
229
-
"Message visibility in Matrix is similar to email. "+
230
-
"Our forgetting your messages means that messages you have sent will not be shared "+
231
-
"with any new or unregistered users, but registered users who already have access "+
232
-
"to these messages will still have access to their copy.",
233
-
)}</p>
209
+
<p>{_t("Confirm that you would like to deactivate your account. If you proceed:")}</p>
210
+
<ul>
211
+
<li>{_t("You will not be able to reactivate your account")}</li>
212
+
<li>{_t("You will no longer be able to log in")}</li>
213
+
<li>{_t("No one will be able to reuse your username (MXID), including you: this username will remain unavailable")}</li>
214
+
<li>{_t("You will leave all rooms and DMs that you are in")}</li>
215
+
<li>{_t("You will be removed from the identity server: your friends will no longer be able to find you with your email or phone number")}</li>
216
+
</ul>
217
+
<p>{_t("Your old messages will still be visible to people who received them, just like emails you sent in the past. Would you like to hide your sent messages from people who join rooms in the future?")}</p>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2479,14 +2479,18 @@
2479
2479
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Confirm your account deactivation by using Single Sign On to prove your identity.",
2480
2480
"Are you sure you want to deactivate your account? This is irreversible.": "Are you sure you want to deactivate your account? This is irreversible.",
"To continue, please enter your password:": "To continue, please enter your password:",
2482
+
"To continue, please enter your account password:": "To continue, please enter your account password:",
2483
2483
"There was a problem communicating with the server. Please try again.": "There was a problem communicating with the server. Please try again.",
2484
2484
"Server did not require any authentication": "Server did not require any authentication",
2485
2485
"Server did not return valid authentication information.": "Server did not return valid authentication information.",
2486
-
"This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>",
2487
-
"Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.",
2488
-
"Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.": "Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.",
2489
-
"Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)": "Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)",
2486
+
"Confirm that you would like to deactivate your account. If you proceed:": "Confirm that you would like to deactivate your account. If you proceed:",
2487
+
"You will not be able to reactivate your account": "You will not be able to reactivate your account",
2488
+
"You will no longer be able to log in": "You will no longer be able to log in",
2489
+
"No one will be able to reuse your username (MXID), including you: this username will remain unavailable": "No one will be able to reuse your username (MXID), including you: this username will remain unavailable",
2490
+
"You will leave all rooms and DMs that you are in": "You will leave all rooms and DMs that you are in",
2491
+
"You will be removed from the identity server: your friends will no longer be able to find you with your email or phone number": "You will be removed from the identity server: your friends will no longer be able to find you with your email or phone number",
2492
+
"Your old messages will still be visible to people who received them, just like emails you sent in the past. Would you like to hide your sent messages from people who join rooms in the future?": "Your old messages will still be visible to people who received them, just like emails you sent in the past. Would you like to hide your sent messages from people who join rooms in the future?",
2493
+
"Hide my messages from new joiners": "Hide my messages from new joiners",
0 commit comments