diff --git a/src/components/GetStarted.js b/src/components/GetStarted.js
index 5f537ce69..b0bc92b71 100644
--- a/src/components/GetStarted.js
+++ b/src/components/GetStarted.js
@@ -29,7 +29,7 @@ export default class GetStarted extends React.Component {
- You can add tokens to the Escrow from the Deposit tab of the {Profile } page.
+ You can add tokens to the Escrow from the Deposit tab of the {Account } page.
You are now set to start calling agents.
diff --git a/src/components/JobDetails.js b/src/components/JobDetails.js
index 45f2df01e..1d022c20d 100644
--- a/src/components/JobDetails.js
+++ b/src/components/JobDetails.js
@@ -418,7 +418,7 @@ export class Jobdetails extends React.Component {
onCloseEscrowBalanceAlert() {
this.setState({showEscrowBalanceAlert: false})
this.onCloseJobDetailsSlider()
- this.props.history.push("/Profile")
+ this.props.history.push("/Account")
}
render()
@@ -431,7 +431,7 @@ export class Jobdetails extends React.Component {
-
+