Fix some typos in static site
This commit is contained in:
parent
b10fd4ff22
commit
0cb717bd22
4 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue