Update seshat reset dialog copy

This commit is contained in:
Germain Souquet 2021-04-01 09:03:50 +01:00
parent 4fcb258981
commit 85f9e43f01
2 changed files with 9 additions and 6 deletions

View file

@ -30,12 +30,14 @@ export default class SeshatResetDialog extends React.PureComponent<IDialogProps>
<BaseDialog <BaseDialog
hasCancel={true} hasCancel={true}
onFinished={this.props.onFinished.bind(null, false)} onFinished={this.props.onFinished.bind(null, false)}
title={_t("Reset event index store?")}> title={_t("Reset event store?")}>
<div> <div>
<p> <p>
{_t( {_t("You most likely do not want to reset your event index store")}
"Your event store appears to be corrupted. " + <br />
"Your messages will be re-indexed as soon as the store is initialised.", {_t("If you do, please note that none of your messages will be deleted, " +
"but the search experience might be degraded for a few moments" +
"whilst the index is recreated",
)} )}
</p> </p>
</div> </div>

View file

@ -2300,8 +2300,9 @@
"Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.", "Use your preferred Matrix homeserver if you have one, or host your own.": "Use your preferred Matrix homeserver if you have one, or host your own.",
"Learn more": "Learn more", "Learn more": "Learn more",
"About homeservers": "About homeservers", "About homeservers": "About homeservers",
"Reset event index store?": "Reset event index store?", "Reset event store?": "Reset event store?",
"Your event store appears corrupted. This action will restart this application.": "Your event store appears corrupted. This action will restart this application.", "You most likely do not want to reset your event index store": "You most likely do not want to reset your event index store",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few momentswhilst the index is recreated": "If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few momentswhilst the index is recreated",
"Reset event store": "Reset event store", "Reset event store": "Reset event store",
"Sign out and remove encryption keys?": "Sign out and remove encryption keys?", "Sign out and remove encryption keys?": "Sign out and remove encryption keys?",
"Clear Storage and Sign Out": "Clear Storage and Sign Out", "Clear Storage and Sign Out": "Clear Storage and Sign Out",