File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ import {
16
16
} from 'react-native' ;
17
17
import { connect } from 'react-redux' ;
18
18
import { getStatusBarHeight } from 'react-native-status-bar-height' ;
19
- import { t , ngettext , msgid } from 'ttag' ;
19
+ import { t } from 'ttag' ;
20
20
import { get } from 'lodash' ;
21
- // Import the bigIntCoercibleSchema from wallet-lib
22
21
import { bigIntCoercibleSchema } from '@hathor/wallet-lib/lib/utils/bigint' ;
23
22
24
23
import { IS_MULTI_TOKEN } from '../constants' ;
@@ -148,7 +147,7 @@ class SendAmountInput extends React.Component {
148
147
const { available } = balance ;
149
148
const amountAndToken = `${ renderValue ( available , this . isNFT ( ) ) } ${ this . state . token . symbol } ` ;
150
149
// Just use the string directly for display
151
- return `${ amountAndToken } available` ;
150
+ return t `${ amountAndToken } available` ;
152
151
} ;
153
152
154
153
const renderGhostElement = ( ) => (
You can’t perform that action at this time.
0 commit comments