+
-
Enter the amount spent, such as 5.35 for £5.35.
+
Enter the amount spent, such as ‘5.35’ for £5.35.
@@ -29,7 +35,7 @@
@@ -38,7 +44,7 @@
diff --git a/src/app/dashboard/dashboard.routing.ts b/src/app/dashboard/dashboard.routing.ts
index 6d554ef..9a8d5fe 100644
--- a/src/app/dashboard/dashboard.routing.ts
+++ b/src/app/dashboard/dashboard.routing.ts
@@ -48,7 +48,7 @@ const routes: Routes = [
{
path: 'add-data',
component: AddDataComponent,
- data: { title: 'Add Transaction' },
+ data: { title: 'Record Transaction' },
},
{
path: 'leaderboard',
@@ -85,7 +85,7 @@ const routes: Routes = [
{
path: 'feedback',
component: FeedbackComponent,
- data: { title: 'Give Feedback' },
+ data: { title: 'Submit Feedback' },
},
{
path: 'suppliers',
diff --git a/src/app/dashboard/feedback.component.html b/src/app/dashboard/feedback.component.html
index dd844e6..431a548 100644
--- a/src/app/dashboard/feedback.component.html
+++ b/src/app/dashboard/feedback.component.html
@@ -1,9 +1,9 @@