Skip to content

Commit a52b5ca

Browse files
committed
Instruction text and screenshot updated
1 parent 533c28f commit a52b5ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/tasks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (pane TaskPane) setHintMessage() {
205205
if len(projectPane.projects) == 0 {
206206
pane.hint.SetText("Welcome to the organized life!\n------------------------------\n Create TaskList/Project at the bottom of Projects pane.\n (Press p,n) \n\nHelp - https://bit.ly/cli-task")
207207
} else {
208-
pane.hint.SetText("Select a TaskList/Project to load tasks.\nPress p,n to create new Project.\n\nHelp - https://bit.ly/cli-task")
208+
pane.hint.SetText("Select a TaskList/Project (Press Enter) to load tasks.\nOr create a new Project (Press p,n).\n\nHelp - https://bit.ly/cli-task")
209209
}
210210

211211
// Add: For help - https://bit.ly/cli-task

media/geek-life_v1_static.png

72.2 KB
Loading

0 commit comments

Comments
 (0)