Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/templates/controlPanel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Template.controlPanel.helpers
when 'index'
{
title: "Complete Pokemon Index"
desc: "Select a Pokemon to view its Stats and hear its description."
desc: "Select a Pokemon to view its Stats and read its description."
}
when 'show'
{
Expand Down Expand Up @@ -105,4 +105,4 @@ Template.controlPanel.helpers
{
title: '404'
desc: "Probably not what you were looking for. <a href='/'>Return Home</a>"
}
}