Rename and move 'submit feedback'
This commit is contained in:
parent
5ea99fb519
commit
09b15e142b
3 changed files with 14 additions and 11 deletions
|
@ -85,7 +85,7 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'feedback',
|
||||
component: FeedbackComponent,
|
||||
data: { title: 'Give Feedback' },
|
||||
data: { title: 'Submit Feedback' },
|
||||
},
|
||||
{
|
||||
path: 'suppliers',
|
||||
|
|
|
@ -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()">
|
||||
|
|
Reference in a new issue