-
}
- subtitle={
- totalLocked > 0 ? (
-
}}>
- Your total balance. All of this is yours, but some %lbc% is in use on channels and content right now.
+
}
+ subtitle={
+ totalLocked > 0 ? (
+
}}>
+ Your total balance. All of this is yours, but some %lbc% is in use on channels and content right now.
+
+ ) : (
+
{__('Your total balance.')}
+ )
+ }
+ actions={
+ <>
+
+ }}>
+ %lbc_amount% immediately spendable
+
+
+
+
+ ,
+ }}
+ >
+ %lbc_amount% boosting content
+
+
+ {detailsExpanded && (
+
+
+ -
+ {__('...earned from others')}
+ ({__('Unlock to spend')})
+
+ -
+
+ {Boolean(tipsBalance) && (
+
+
+
+ -
+ {__('...on initial publishes')}
+ ({__('Delete or edit past content to spend')})
+
+ -
+
+
+
+ -
+ {__('...supporting content')}
+ ({__('Delete supports to spend')})
+
+ -
+
+
+
+
+ )}
+
+ {/* @if TARGET='app' */}
+ {hasSynced ? (
+
+ {__('A backup of your wallet is synced with lbry.tv.')}
+
+
+ ) : (
+
+ {__('Your wallet is not currently synced with lbry.tv. You are in control of backing up your wallet.')}
+
+
+ )}
+ {/* @endif */}
+
+
+
+
+
+ {(otherCount > WALLET_CONSOLIDATE_UTXOS || consolidateIsPending || consolidatingUtxos) && (
+
+ doUtxoConsolidate()}
+ disabled={operationPending}
+ label={
+ consolidateIsPending || consolidatingUtxos ? __('Consolidating...') : __('Consolidate Now')
+ }
+ />
+ ),
+ help: ,
+ }}
+ >
+ Your wallet has a lot of change lying around. Consolidating will speed up your transactions. This could
+ take some time. %now%%help%
- ) : (
- {__('Your total balance.')}
- )
- }
- actions={
- <>
-
- }}>
- %lbc_amount% immediately spendable
-
-
-
-
- ,
- }}
- >
- %lbc_amount% boosting content
-
-
- {detailsExpanded && (
-
-
- -
- {__('...earned from others')}
- ({__('Unlock to spend')})
-
- -
-
- {Boolean(tipsBalance) && (
-
-
-
- -
- {__('...on initial publishes')}
- ({__('Delete or edit past content to spend')})
-
- -
-
-
-
- -
- {__('...supporting content')}
- ({__('Delete supports to spend')})
-
- -
-
-
-
-
- )}
-
- {/* @if TARGET='app' */}
- {hasSynced ? (
-
- {__('A backup of your wallet is synced with lbry.tv.')}
-
-
- ) : (
-
- {__(
- 'Your wallet is not currently synced with lbry.tv. You are in control of backing up your wallet.'
- )}
-
-
- )}
- {/* @endif */}
-
-
-
-
-
- {(otherCount > WALLET_CONSOLIDATE_UTXOS || consolidateIsPending || consolidatingUtxos) && (
-
- doUtxoConsolidate()}
- disabled={operationPending}
- label={
- consolidateIsPending || consolidatingUtxos ? __('Consolidating...') : __('Consolidate Now')
- }
- />
- ),
- help: ,
- }}
- >
- Your wallet has a lot of change lying around. Consolidating will speed up your transactions. This
- could take some time. %now%%help%
-
-
- )}
- >
- }
- />
-