Skip to content

Commit

Permalink
Merge pull request #521 from magento-mpi/prs
Browse files Browse the repository at this point in the history
[GITHUB] Merge public Github PRs
  • Loading branch information
vpelipenko committed Aug 12, 2015
2 parents fc2de56 + b35c6b9 commit cb6cded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getFullTaxInfo()
public function canDisplay()
{
$amount = $this->getAmount();
return $this->getDisplayZero() || $amount != 0;
return $this->getDisplayZero() === 'true' || $amount != 0;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion setup/view/magento/setup/create-admin-account.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $passwordWizard = sprintf(
<h2 class="page-sub-title">{{$state.current.header}}</h2>

<p>
Create a new Admin account to manage you store.
Create a new Admin account to manage your store.
</p>

<form
Expand Down

0 comments on commit cb6cded

Please sign in to comment.