Skip to content

Commit 6fdcf43

Browse files
committed
review: apply suggestions
1 parent c5c4f9c commit 6fdcf43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/screens/NanoContract/NanoContractRegisterScreen.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
useSelector
2222
} from 'react-redux';
2323
import { t } from 'ttag';
24-
import QRCode from 'react-native-qrcode-svg';
2524
import HathorHeader from '../../components/HathorHeader';
2625
import { CircleInfoIcon } from '../../components/Icons/CircleInfo.icon';
2726
import NewHathorButton from '../../components/NewHathorButton';

src/screens/NanoContractRegisterQrCodeScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const NanoContractRegisterQrCodeScreen = ({ navigation }) => {
4545
}}
4646
>
4747
<HathorHeader
48-
title={t`Register Nano Contract`.toUpperCase()}
48+
title={t`Nano Contract Registration`.toUpperCase()}
4949
onBackPress={() => navigation.pop()}
5050
rightElement={renderHeaderRightElement()}
5151
/>

0 commit comments

Comments
 (0)