diff --git a/client/templates/controlPanel.coffee b/client/templates/controlPanel.coffee index 1f78844..79d93ec 100644 --- a/client/templates/controlPanel.coffee +++ b/client/templates/controlPanel.coffee @@ -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' { @@ -105,4 +105,4 @@ Template.controlPanel.helpers { title: '404' desc: "Probably not what you were looking for. Return Home" - } \ No newline at end of file + }