diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb
index 991877833..bd69f6065 100644
--- a/app/models/account/seeder.rb
+++ b/app/models/account/seeder.rb
@@ -31,49 +31,49 @@ class Account::Seeder
playground = Board.create! name: "Playground", creator: creator, all_access: true
# Cards
- playground.cards.create! creator: creator, title: "Watch this: Fizzy orientation video", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Finally, watch this Fizzy orientation video", status: "published", description: <<~HTML
There’s a whole lot more you can do in Fizzy. In the video below 37signals founder and CEO, Jason Fried, will walk you through the basics in just 8 minutes.
HTML
- playground.cards.create! creator: creator, title: "Grab the invite link to invite someone else", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Now, grab the invite link to invite someone else", status: "published", description: <<~HTML
Open Fizzy menu, select “+ Add people”, then copy the invite link. You can give this link to someone else so they can make an login for themselves in your account.
HTML
- playground.cards.create! creator: creator, title: "Head back home to check out activity", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Then, head back home to check out activity", status: "published", description: <<~HTML
Hit “1” or pull down the Fizzy menu and select “Home”.
HTML
- playground.cards.create! creator: creator, title: "Check out all cards assigned to you", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Now,check out all cards assigned to you", status: "published", description: <<~HTML
Pull down the Fizzy menu at the top of the screen, and select “Assigned to me” or just hit “3” on your keyboard any time.
HTML
- playground.cards.create! creator: creator, title: "Open the Fizzy menu", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Then, open the Fizzy menu", status: "published", description: <<~HTML
The Fizzy menu is how you get around the app. Click “Fizzy” at the top of the screen or hit the “J” key on your keyboard to pop it open.
HTML
- playground.cards.create! creator: creator, title: "Assign this card to yourself", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Next, assign this card to yourself", status: "published", description: <<~HTML
Click the little head with the + next to it, pick yourself.
HTML
- playground.cards.create! creator: creator, title: "Tag this card “Design” then move it to YES", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Now, tag this card “Design” then move it to YES", status: "published", description: <<~HTML
Click the little Tag icon, type “design”, then “Create tag”. Then, move the card to the new “YES” column you created in the previous step.
HTML
- playground.cards.create! creator: creator, title: "Make two more columns", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Next, make two more columns", status: "published", description: <<~HTML
- Make one called "Yes"
- Make another called "Working on"
@@ -86,13 +86,13 @@ class Account::Seeder
HTML
- playground.cards.create! creator: creator, title: "Move this card to NOT NOW", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "Second, move this card to NOT NOW", status: "published", description: <<~HTML
You can either select “NOT NOW” over in the sidebar, or you can go back out to the board view and drag this card into the “NOT NOW” column on the left side.
HTML
- playground.cards.create! creator: creator, title: "Rename this card", status: "published", description: <<~HTML
+ playground.cards.create! creator: creator, title: "First, rename this card", status: "published", description: <<~HTML
- Click the title and you can rename the card, change the description, or add more information to the card.
- Then, hit "Mark as Done" at the bottom of the card.