update copy
This commit is contained in:
@@ -49,7 +49,7 @@ export default async function Home() {
|
||||
</Grid>
|
||||
<Grid container rowSpacing={5}>
|
||||
<Grid size={12}>
|
||||
<SectionHeading title="Nym Nodes" />
|
||||
<SectionHeading title="Nym Servers" />
|
||||
</Grid>
|
||||
<Grid size={12}>
|
||||
<NodeTable />
|
||||
|
||||
@@ -260,7 +260,7 @@ export default function AdvancedFilters({
|
||||
size="medium"
|
||||
options={[
|
||||
{
|
||||
label: `All nodes (${nodeCounts.all})`,
|
||||
label: `All servers (${nodeCounts.all})`,
|
||||
isSelected: activeFilter === "all",
|
||||
value: "all",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user