This commit is contained in:
pauladamseniii
2023-10-18 16:34:54 -04:00
parent 1c2d6ba2a2
commit a25dbcc592
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ exports[`SUMS Render 1`] = `
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
colspan="8"
>
No RX Identification Numbers
No RX Software Identification Numbers
</td>
</tr>
</tfoot>

View File

@@ -196,7 +196,7 @@ const MainForm = () => {
<TableFooter>
<TableRow>
{!versionRxSwins || versionRxSwins.length === 0 ? (
<TableCell colSpan={8} align="center">No RX Identification Numbers</TableCell>
<TableCell colSpan={8} align="center">No RX Software Identification Numbers</TableCell>
) : (
<TablePagination
rowsPerPageOptions={[5, 10, 25, 100]}