mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Apply suggestions from code review
Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
parent
3e676454b6
commit
1e5c0a8713
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ export default class TimelineExplosionDialog extends React.Component {
|
|||
console.log("Logs sent for timeline explosion - reloading Riot");
|
||||
window.location.reload();
|
||||
}, (err) => {
|
||||
console.error("Error sending logs for timeline explosion - reloading anyways. ", err);
|
||||
console.error("Error sending logs for timeline explosion - reloading anyways.", err);
|
||||
window.location.reload();
|
||||
});
|
||||
});
|
||||
|
@ -89,7 +89,7 @@ export default class TimelineExplosionDialog extends React.Component {
|
|||
<p>
|
||||
{_t(
|
||||
"Riot has run into a problem which makes it difficult to show you " +
|
||||
"your messages right now. Nothing has been lost, and reloading the app " +
|
||||
"your messages right now. Nothing has been lost and reloading the app " +
|
||||
"should fix this for you. In order to assist us in troubleshooting the " +
|
||||
"problem, we'd like to take a look at your debug logs. You do not need " +
|
||||
"to send your logs unless you want to, but we would really appreciate " +
|
||||
|
|
Loading…
Reference in a new issue