Skip to content

Commit

Permalink
Add translation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Dec 18, 2024
1 parent c0d01b0 commit 24dc671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/deposits/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ export const DepositOverview: React.FC< DepositOverviewProps > = ( {
</>
) : (
<div className="woopayments-payout-details-header__value">
Not available
{ __(
'Not available',
'woocommerce-payments'
) }
</div>
) }
</div>
Expand Down

0 comments on commit 24dc671

Please sign in to comment.