Skip to content

Commit

Permalink
Change "create" to "edit" since said view and layout file already exi…
Browse files Browse the repository at this point in the history
…st in app now.
  • Loading branch information
ADmad committed Jun 25, 2012
1 parent 503bc06 commit 93123a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/View/Pages/home.ctp
Expand Up @@ -130,8 +130,8 @@ if (isset($filePresent)):
<h3><?php echo __d('cake_dev', 'Editing this Page'); ?></h3>
<p>
<?php
echo __d('cake_dev', 'To change the content of this page, create: APP/View/Pages/home.ctp.<br />
To change its layout, create: APP/View/Layouts/default.ctp.<br />
echo __d('cake_dev', 'To change the content of this page, edit: APP/View/Pages/home.ctp.<br />
To change its layout, edit: APP/View/Layouts/default.ctp.<br />
You can also add some CSS styles for your pages at: APP/webroot/css.');
?>
</p>
Expand Down

0 comments on commit 93123a8

Please sign in to comment.