Skip to content

Commit

Permalink
refactor(mosip#589): [Bhargavi|Vijay] change sharing vc labels
Browse files Browse the repository at this point in the history
  • Loading branch information
PuBHARGAVI committed Feb 27, 2023
1 parent e8883f6 commit 3c4d351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
},
"SendVcScreen": {
"reasonForSharing": "Reason for sharing (optional)",
"acceptRequest": "Accept request and choose {{vcLabel}}",
"acceptRequestAndVerify": "Accept request and verify",
"acceptRequest": "Share",
"acceptRequestAndVerify": "Share with Selfie",
"reject": "Reject",
"consentToPhotoVerification": "I give consent to have my photo taken for authentication"
},
Expand Down
2 changes: 1 addition & 1 deletion screens/Scan/SendVcScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SendVcScreen: React.FC = () => {
margin="2 0 0 0"
elevation={2}>
<Button
title={t('acceptRequest', { vcLabel: controller.vcLabel.singular })}
title={t('acceptRequest')}
margin="12 0 12 0"
disabled={controller.selectedIndex == null}
onPress={controller.ACCEPT_REQUEST}
Expand Down

0 comments on commit 3c4d351

Please sign in to comment.