Fix some typos in static site

This commit is contained in:
Jonathan Boulle 2015-04-01 11:21:19 -07:00
parent b10fd4ff22
commit 0cb717bd22
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
<span class="error-message" bo-text="error.message"></span>
<span ng-if="error.message == 'HTTP code: 403' && getLocalPullInfo().isLocal">
caused by attempting to pull private repository <a href="/repository/{{ getLocalPullInfo().repo }}">{{ getLocalPullInfo().repo }}</a>
<span ng-if="getLocalPullInfo().login">with inaccessible crdentials</span>
<span ng-if="getLocalPullInfo().login">with inaccessible credentials</span>
<span ng-if="!getLocalPullInfo().login">without credentials</span>
</span>
</span>