mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: missing text on sendMAX dialog box confirmation
This commit is contained in:
parent
1d8cbcf4b2
commit
4b1e288d4b
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ export default class SendDetails extends Component {
|
|||
ReactNativeHapticFeedback.trigger('notificationWarning');
|
||||
Alert.alert(
|
||||
loc.send.details_adv_full,
|
||||
loc.send.details_adv_full_sure + ' ' + this.state.addresses.length > 1 ? loc.send.details_adv_full_remove : '',
|
||||
loc.send.details_adv_full_sure + ' ' + (this.state.addresses.length > 1 ? loc.send.details_adv_full_remove : ''),
|
||||
[
|
||||
{
|
||||
text: loc._.ok,
|
||||
|
|
Loading…
Add table
Reference in a new issue