Skip to content

Commit

Permalink
SetWalletPicture: Fix 'Choose Picture' locale (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 authored Nov 5, 2024
1 parent f5ff07a commit 48dde1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Settings/SetWalletPicture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export default class SetWalletPicture extends React.Component<
/>

<Button
title={localeString('views.SetWalletPicture.choosePicture')}
title={localeString('views.SetNodePicture.choosePicture')}
onPress={() => {
this.onChoosePicturePress();
}}
Expand Down

0 comments on commit 48dde1a

Please sign in to comment.