update copy

This commit is contained in:
Yana
2025-05-14 20:38:07 +03:00
parent cbe8eec2a4
commit ff7671f28a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
},