Rename and move 'submit feedback'

This commit is contained in:
Ben Goldsworthy 2020-10-17 18:54:44 +01:00
parent 5ea99fb519
commit 09b15e142b
3 changed files with 14 additions and 11 deletions

View file

@ -85,7 +85,7 @@ const routes: Routes = [
{
path: 'feedback',
component: FeedbackComponent,
data: { title: 'Give Feedback' },
data: { title: 'Submit Feedback' },
},
{
path: 'suppliers',

View file

@ -3,7 +3,7 @@
<div class="col-lg-6 col-md-8">
<div class="card">
<div class="card-header">
<strong>Submit Transaction</strong>
<strong>Submit Feedback</strong>
<small>Required Data marked in <strong>bold</strong>.</small>
</div>
<form class="form-horizontal" [formGroup]="feedbackForm" (ngSubmit)="onSubmit()">