[FIX] Misspell (#46)

This commit is contained in:
Phanupong Janthapoon
2023-12-10 02:08:00 +07:00
committed by GitHub
parent 8ac35a2c81
commit 0dedb1a7d9

View File

@@ -92,7 +92,7 @@ func (td *TaskDetailPane) Export() {
_ = clipboard.WriteAll(content.String()) _ = clipboard.WriteAll(content.String())
app.SetFocus(td) app.SetFocus(td)
statusBar.showForSeconds("Task copyed. Try Pasting anywhere.", 5) statusBar.showForSeconds("Task copied. Try Pasting anywhere.", 5)
} }
func (td *TaskDetailPane) makeDateRow() *tview.Flex { func (td *TaskDetailPane) makeDateRow() *tview.Flex {