Skip to content

Commit

Permalink
Change Set Picture -> Choose Picture
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Mar 26, 2024
1 parent 1f5676a commit ca562c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
"views.Settings.Contacts.noAddress": "No Address",
"views.Settings.Contacts.to": "To",
"views.Settings.Contacts.deleteAllContacts": "Delete all contacts",
"views.SetNodePicture.setPicture": "Set Picture",
"views.SetNodePicture.choosePicture": "Choose Picture",
"views.Transaction.title": "Transaction",
"views.Transaction.totalFees": "Total Fees",
"views.Transaction.transactionHash": "Transaction Hash",
Expand Down
6 changes: 4 additions & 2 deletions views/Settings/SetNodePicture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ export default class SetNodePicture extends React.Component<
<Header
leftComponent="Back"
centerComponent={{
text: localeString('views.SetNodePicture.setPicture'),
text: localeString(
'views.SetNodePicture.choosePicture'
),
style: {
color: themeColor('text'),
fontFamily: 'PPNeueMontreal-Book'
Expand Down Expand Up @@ -241,7 +243,7 @@ export default class SetNodePicture extends React.Component<
</ScrollView>

<Button
title={localeString('views.SetNodePicture.setPicture')}
title={localeString('views.SetNodePicture.choosePicture')}
onPress={() => {
navigation.navigate('NodeConfiguration', {
photo,
Expand Down

0 comments on commit ca562c1

Please sign in to comment.