Fix wording (should be prove otherwise)

This commit is contained in:
Girish Ramakrishnan
2017-03-15 15:42:06 -07:00
parent ae0e4de93e
commit a1332865c0

View File

@@ -78,7 +78,7 @@
</div>
</div>
<div class="form-group" ng-class="{ 'has-error': setupForm.instanceId.$dirty && (setupForm.instanceId.$invalid || error) }" ng-show="provider === 'ami'">
<p>Provide the EC2 instance id to proof you are the owner</p>
<p>Provide the EC2 instance id to verify you are the owner</p>
<input type="text" class="form-control" ng-model="instanceId" id="inputInstanceId" name="instanceId" placeholder="AWS EC2 instance id" ng-maxlength="20" ng-minlength="10" required autocomplete="off">
<p ng-show="error" class="has-error">{{ error }}</p>
</div>