Skip to content

Commit 23db1de

Browse files
committed
fix: updated apostrophe to be same in scope of auth section
1 parent dc0f07a commit 23db1de

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

i18n/en/code.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@
493493
"message": "Trading information"
494494
},
495495
"You‘ll be able to view your clients’ trading information, including their account balance.": {
496-
"message": "Youll be able to view your clients trading information, including their account balance."
496+
"message": "You'll be able to view your clients' trading information, including their account balance."
497497
},
498498
"You‘ll be able to perform deposits and withdrawals on your clients’ behalf.": {
499-
"message": "Youll be able to perform deposits and withdrawals on your clients behalf."
499+
"message": "You'll be able to perform deposits and withdrawals on your clients' behalf."
500500
},
501501
"Full account access, including the access to manage security tokens.": {
502502
"message": "Full account access, including the access to manage security tokens."
@@ -721,7 +721,7 @@
721721
"message": "You'll be able to perform deposits and withdrawals on your clients' behalf."
722722
},
723723
"Grant admin access only when it’s essential for your app's workflow.": {
724-
"message": "Grant admin access only when its essential for your app's workflow."
724+
"message": "Grant admin access only when it's essential for your app's workflow."
725725
},
726726
"Update application": {
727727
"message": "Update application"

src/features/dashboard/update-app/AppUpdateForm/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ const AppUpdateForm = ({ initialValues, submit, onCancel, is_loading }: TAppForm
113113
</Translate>{' '}
114114
<UnderlinedLink
115115
text={translate({ message: 'documentation' })}
116-
linkTo="https://developers.deriv.com" />
116+
linkTo='https://developers.deriv.com/docs/mark-up'
117+
/>
117118
.
118119
</Text>
119120
<SectionMessage

0 commit comments

Comments
 (0)