commit bf3417bc4230022ea752146a397e687a28c07ab4
parent a94d7b77613728bb9b4a77ef5c1c89434812abf6
Author: Michael Camilleri <[email protected]>
Date: Tue, 31 Mar 2026 17:16:40 +0900
Correct mistakes in tutorial directions
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ListlessiOS/Helpers/TutorialSeeder.swift b/ListlessiOS/Helpers/TutorialSeeder.swift
@@ -4,13 +4,13 @@ import Foundation
enum TutorialSeeder {
static func seed(store: ItemStore) {
let titles = [
- "Swipe left to complete",
- "Swipe right to delete",
+ "Swipe right to complete",
+ "Swipe left to delete",
"Long press and drag to reorder",
"Tap the text to edit",
"Pull down to create",
"Or tap below to create",
- "Pull up to clear",
+ "Pull up to clear completed",
]
for (index, title) in titles.enumerated() {