fix(agent): mention name in updater dialog (#4822)
This commit is contained in:
parent
5f0acab055
commit
3f5e7ea9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub async fn check_and_install_updates(
|
|||
.map(|body| format!("\n\nRelease Notes: {}", body))
|
||||
.unwrap_or("".into())
|
||||
))
|
||||
.title("Update Available")
|
||||
.title("Hoppscotch Agent Update Available")
|
||||
.kind(MessageDialogKind::Info)
|
||||
.buttons(MessageDialogButtons::OkCancelCustom(
|
||||
"Update".to_string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue