Update copy to indicate debug logs contain which UI elements you last interacted with
This commit is contained in:
parent
ecd142f2a5
commit
23f70836b6
4 changed files with 9 additions and 7 deletions
|
@ -204,8 +204,8 @@ export default class BugReportDialog extends React.Component<IProps, IState> {
|
|||
{ _t(
|
||||
"Debug logs contain application usage data including your " +
|
||||
"username, the IDs or aliases of the rooms or groups you " +
|
||||
"have visited and the usernames of other users. They do " +
|
||||
"not contain messages.",
|
||||
"have visited, which UI elements you last interacted with, " +
|
||||
"and the usernames of other users. They do not contain messages.",
|
||||
) }
|
||||
</p>
|
||||
<p><b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue