i18n change
This commit is contained in:
parent
b241902d2c
commit
541be31148
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const RewardListClaimed = (props: Props) => {
|
|||
return (
|
||||
<section className="card">
|
||||
<header className="table__header">
|
||||
<h2 className="card__title">Claimed Rewards</h2>
|
||||
<h2 className="card__title">{__('Claimed Rewards')}</h2>
|
||||
|
||||
<p className="card__subtitle">
|
||||
{__(
|
||||
|
|
Loading…
Add table
Reference in a new issue