We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1d9bf commit 52ae1fdCopy full SHA for 52ae1fd
src/apps/wallet-admin/src/home/tabs/tax-forms/TaxFormsTab.tsx
@@ -171,8 +171,8 @@ const ListView: FC<ListViewProps> = (props: ListViewProps) => {
171
<div className={styles.centered}>
172
<p className='body-main'>
173
{Object.keys(filters).length === 0
174
- ? 'Member earnings will appear here.'
175
- : 'No payments match your filters.'}
+ ? 'Member tax-forms will appear here.'
+ : 'No tax-forms match your filters.'}
176
</p>
177
</div>
178
)}
0 commit comments