Skip to content

Commit 417e5e5

Browse files
author
Codeliner
committed
Change version in index.phtml
1 parent e353216 commit 417e5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/Application/view/application/index/index.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="jumbotron">
22
<h1><?php echo $this->translate('Welcome to the PHP DDD Cargo Sample') ?></h1>
3-
<p><?php echo $this->translate('Congratulations! You have successfully installed the Container Shipping System. You are currently running the ChapterTwo Version of the Application.') ?></p>
3+
<p><?php echo $this->translate('Congratulations! You have successfully installed the Container Shipping System. You are currently running the ChapterThree Version of the Application.') ?></p>
44
<p><a class="btn btn-success btn-lg" href="https://github.com/codeliner/php-ddd-cargo-sample" target="_blank"><?php echo $this->translate('Fork PHP DDD Cargo Sample on GitHub') ?> &raquo;</a></p>
55
</div>
66
<div class="row">
@@ -10,7 +10,7 @@
1010
<h3 class="panel-title"><?php echo $this->translate('Goal of the Sample Application') ?></h3>
1111
</div>
1212
<div class="panel-body">
13-
<p><?php echo sprintf($this->translate('The Cargo Shipping System is based on the example used in Eric Evans book Domain Driven Design: Tackling Complexity in the Heart of Software. It\'s a PHP Version of the Cargo Sample to show how DDD can be applied to a PHP Project. %sZend Framework 2%s is used as a basis for the application layer and %sdoctrine 2%s is used for the infrastructure layer.'), '<a href="http://framework.zend.com/" target="_blank">', '</a>', '<a href="http://www.doctrine-project.org/" target="_blank">', '</a>') ?></p>
13+
<p><?php echo sprintf($this->translate('The Cargo Shipping System is based on the example used in Eric Evans book Domain-Driven Design: Tackling Complexity in the Heart of Software. It\'s a PHP Version of the Cargo Sample to show how DDD can be applied to a PHP Project. %sZend Framework 2%s is used as a basis for the application layer and %sdoctrine 2%s is used for the infrastructure layer.'), '<a href="http://framework.zend.com/" target="_blank">', '</a>', '<a href="http://www.doctrine-project.org/" target="_blank">', '</a>') ?></p>
1414
</div>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)