Fix UX issues with bug report dialog
* Make it use BaseDialog / DialogButtons (also gives it has a top-right 'x' & escape to cancel works) * Stop misusing the 'danger' CSS class on the buttons. There is nothing dangerous about submitting logs. * Continued campaign against 'Click here' links. Fixes https://github.com/vector-im/riot-web/issues/6622
This commit is contained in:
parent
dc06c52985
commit
efd29193b7
4 changed files with 30 additions and 32 deletions
|
@ -745,7 +745,7 @@
|
|||
"Failed to send logs: ": "Failed to send logs: ",
|
||||
"Submit debug logs": "Submit debug logs",
|
||||
"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.": "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.",
|
||||
"<a>Click here</a> to create a GitHub issue.": "<a>Click here</a> to create a GitHub issue.",
|
||||
"Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.",
|
||||
"GitHub issue link:": "GitHub issue link:",
|
||||
"Notes:": "Notes:",
|
||||
"Send logs": "Send logs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue