remove the thanks (it is a bug report)

This commit is contained in:
Girish Ramakrishnan
2018-06-12 13:20:08 -07:00
parent 3c063a2263
commit 0b868dad2d

View File

@@ -42,7 +42,7 @@
</div>
<button type="submit" class="btn btn-primary" ng-disabled="feedbackForm.$invalid || feedback.busy"><i class="fa fa-circle-o-notch fa-spin" ng-show="feedback.busy"></i> Submit</button>
<span ng-show="feedback.error" class="text-danger text-bold">{{feedback.error}}</span>
<span ng-show="feedback.success" class="text-success text-bold">Thanks, an email for sent to support@cloudron.io. We will get back shortly!</span>
<span ng-show="feedback.success" class="text-success text-bold"> An email for sent to support@cloudron.io. We will get back shortly!</span>
</form>
</div>
</div>