Fix minor typo in new entity creation dialog
`extran` => `extra`
This commit is contained in:
parent
6f0b2f9a90
commit
d1455b2f8e
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>
|
||||||
|
|
Reference in a new issue