mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update PromptPasswordConfirmationModal.tsx
This commit is contained in:
parent
b8c212355b
commit
df7d5a29c0
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ const PromptPasswordConfirmationModal = forwardRef<PromptPasswordConfirmationMod
|
|||
<Animated.View style={animatedViewStyle}>
|
||||
{modalType === MODAL_TYPES.CREATE_PASSWORD && showExplanation && (
|
||||
<Animated.View style={{ opacity: explanationOpacity }}>
|
||||
<Text style={[styles.textLabel, stylesHook.feeModalLabel]}>? {loc.settings.encrypt_storage_explanation_headline}</Text>
|
||||
<Text style={[styles.textLabel, stylesHook.feeModalLabel]}>{loc.settings.encrypt_storage_explanation_headline}</Text>
|
||||
<Text style={[styles.description, stylesHook.feeModalCustomText]}>
|
||||
{loc.settings.encrypt_storage_explanation_description_line1}
|
||||
</Text>
|
||||
|
|
Loading…
Add table
Reference in a new issue