Merge pull request #3040 from coreos-inc/entitytypo
Fix minor typo in new entity creation dialog
This commit is contained in:
commit
f376db91f5
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
<label>Provide an optional description for your new {{ entityTitle }}:</label>
|
<label>Provide an optional description for your new {{ entityTitle }}:</label>
|
||||||
<input type="text" class="form-control" ng-model="entityDescription" max-length="255">
|
<input type="text" class="form-control" ng-model="entityDescription" max-length="255">
|
||||||
<div class="help-text">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -59,4 +59,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue