Skip to content

Commit

Permalink
Fix(INJI-546): Button name in Status page is changed to OK thus fixed (
Browse files Browse the repository at this point in the history
…#1009)

Signed-off-by: anil_majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Nov 16, 2023
1 parent 7612297 commit e84ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/QrLogin/QrLoginSuccessMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const QrLoginSuccess: React.FC<QrLoginSuccessProps> = props => {
margin="2 0 0 0"
elevation={2}>
<Button
title={t('okay')}
title={t('ok')}
margin="0 0 12 0"
styles={Theme.ButtonStyles.radius}
onPress={props.onPress}
Expand Down

0 comments on commit e84ca55

Please sign in to comment.