Fix version typo

Fixes #2158
This commit is contained in:
Joseph Schorr 2016-11-28 15:22:45 -05:00
parent b4ace1dd29
commit 9f695bc17f
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
<span class="namespace-input" binding="org.name" is-back-incompat="isBackIncompat" namespace-title="Organization name"></span>
</span>
<span class="co-alert co-alert-warning thin" ng-show="isBackIncompat">
Organization names with dots or dashes are incompatible with Docker verion 1.8 or older
Organization names with dots or dashes are incompatible with Docker version 1.8 or older
</span>
<span class="co-alert co-alert-danger thin" ng-show="!newOrgForm.namespaceField.$error.required && newOrgForm.namespaceField.$invalid">
Organization names must be alphanumeric and be at least four characters in length