mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
fix: header title
This commit is contained in:
parent
9d24f6fb34
commit
d82f46e6a4
@ -84,6 +84,7 @@ import SettingsPrivacy from './screen/settings/SettingsPrivacy';
|
||||
import LNDViewAdditionalInvoicePreImage from './screen/lnd/lndViewAdditionalInvoicePreImage';
|
||||
import LdkViewLogs from './screen/wallets/ldkViewLogs';
|
||||
import PaymentCode from './screen/wallets/paymentCode';
|
||||
import loc from './loc';
|
||||
|
||||
const WalletsStack = createNativeStackNavigator();
|
||||
|
||||
@ -470,7 +471,7 @@ const PaymentCodeStack = createNativeStackNavigator();
|
||||
const PaymentCodeStackRoot = () => {
|
||||
return (
|
||||
<PaymentCodeStack.Navigator name="PaymentCodeRoot" screenOptions={{ headerHideShadow: true }} initialRouteName="PaymentCode">
|
||||
<PaymentCodeStack.Screen name="PaymentCode" component={PaymentCode} options={{ headerTitle: 'Payment Code (BIP47)' }} />
|
||||
<PaymentCodeStack.Screen name="PaymentCode" component={PaymentCode} options={{ headerTitle: loc.bip47.payment_code }} />
|
||||
</PaymentCodeStack.Navigator>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user