Improve button copy on database load error toast (#17767)
Minimal copywriting improvement as that just happened to me while working on Zed during ReactConf. Release Notes: - N/A
This commit is contained in:
parent
bba380e41a
commit
3b37db4140
1 changed files with 1 additions and 1 deletions
|
@ -4644,7 +4644,7 @@ fn notify_if_database_failed(workspace: WindowHandle<Workspace>, cx: &mut AsyncA
|
||||||
|cx| {
|
|cx| {
|
||||||
cx.new_view(|_| {
|
cx.new_view(|_| {
|
||||||
MessageNotification::new("Failed to load the database file.")
|
MessageNotification::new("Failed to load the database file.")
|
||||||
.with_click_message("Click to let us know about this error")
|
.with_click_message("File an issue")
|
||||||
.on_click(|cx| cx.open_url(REPORT_ISSUE_URL))
|
.on_click(|cx| cx.open_url(REPORT_ISSUE_URL))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue