mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix wrong messagebox Title
This commit is contained in:
parent
7d80e310ee
commit
9694cc22bb
|
@ -62,7 +62,7 @@ onMounted(() => {
|
|||
|
||||
function deleteBacktestResult(result: BacktestHistoryEntry) {
|
||||
const msg: MsgBoxObject = {
|
||||
title: 'Stop Bot',
|
||||
title: 'Delete result',
|
||||
message: `Delete result ${result.filename} from disk?`,
|
||||
accept: () => {
|
||||
botStore.activeBot.deleteBacktestHistoryResult(result);
|
||||
|
|
Loading…
Reference in New Issue
Block a user