Merge pull request #3040 from coreos-inc/entitytypo

Fix minor typo in new entity creation dialog
This commit is contained in:
nstielau 2018-03-27 13:20:41 -07:00 committed by GitHub
commit f376db91f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
<label>Provide an optional description for your new {{ entityTitle }}:</label>
<input type="text" class="form-control" ng-model="entityDescription" max-length="255">
<div class="help-text">
Enter a description to provide extran information to your teammates about this {{ entityTitle }}.
Enter a description to provide extra information to your teammates about this {{ entityTitle }}.
</div>
</div>
</form>
@ -59,4 +59,4 @@
</div>
</div>
</div>
</div>
</div>