Fix minor typo in new entity creation dialog

`extran` => `extra`
This commit is contained in:
nstielau 2018-03-27 13:15:05 -07:00 committed by GitHub
parent 6f0b2f9a90
commit d1455b2f8e
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>