Skip to content

Commit 52ae1fd

Browse files
committed
fix(wallet-admin): typo
Signed-off-by: Rakib Ansary <rakibansary@topcoder.com>
1 parent de1d9bf commit 52ae1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/wallet-admin/src/home/tabs/tax-forms/TaxFormsTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ const ListView: FC<ListViewProps> = (props: ListViewProps) => {
171171
<div className={styles.centered}>
172172
<p className='body-main'>
173173
{Object.keys(filters).length === 0
174-
? 'Member earnings will appear here.'
175-
: 'No payments match your filters.'}
174+
? 'Member tax-forms will appear here.'
175+
: 'No tax-forms match your filters.'}
176176
</p>
177177
</div>
178178
)}

0 commit comments

Comments
 (0)