From 6c4213bdbbf0d14771c6b5f8f0dfecf48cf7c4f8 Mon Sep 17 00:00:00 2001 From: mdfkbtc Date: Fri, 31 Jul 2020 00:35:54 +0200 Subject: [PATCH] Fix color of CreateTransactionPassword title --- src/screens/PinFlow/ConfirmTransactionPassword.tsx | 2 +- src/screens/PinFlow/CreateTransactionPassword.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/PinFlow/ConfirmTransactionPassword.tsx b/src/screens/PinFlow/ConfirmTransactionPassword.tsx index ff808b9de0..57969e6ae5 100644 --- a/src/screens/PinFlow/ConfirmTransactionPassword.tsx +++ b/src/screens/PinFlow/ConfirmTransactionPassword.tsx @@ -82,7 +82,7 @@ export class ConfirmTransactionPassword extends PureComponent { header={
} > - {i18n.onboarding.createPassword} + {i18n.onboarding.createPassword} {i18n.onboarding.createPasswordDescription} diff --git a/src/screens/PinFlow/CreateTransactionPassword.tsx b/src/screens/PinFlow/CreateTransactionPassword.tsx index 5a5ae56d59..eaacff1525 100644 --- a/src/screens/PinFlow/CreateTransactionPassword.tsx +++ b/src/screens/PinFlow/CreateTransactionPassword.tsx @@ -83,7 +83,7 @@ export class CreateTransactionPassword extends PureComponent { header={
} > - {i18n.onboarding.createPassword} + {i18n.onboarding.createPassword} {i18n.onboarding.createPasswordDescription}