Simplify event index store reset flow

This commit is contained in:
Germain Souquet 2021-03-29 15:46:58 +01:00
parent e53a8ad992
commit b38f5c9459
4 changed files with 14 additions and 22 deletions

View file

@ -36,8 +36,8 @@ export default class SeshatResetDialog extends React.PureComponent<IProps> {
<div>
<p>
{_t(
"Your event store appears corrupted. " +
"This action will restart this application.",
"Your event store appears to be corrupted. " +
"Your messages will be re-indexed as soon as the store is initialised.",
)}
</p>
</div>