diff --git a/packages/design-system/molecules/guild-nav/GuildNav.tsx b/packages/design-system/molecules/guild-nav/GuildNav.tsx index 22a8c5c..120dba1 100644 --- a/packages/design-system/molecules/guild-nav/GuildNav.tsx +++ b/packages/design-system/molecules/guild-nav/GuildNav.tsx @@ -57,13 +57,13 @@ export const GuildNav = (props: Props) => { <> -   Recent Guilds +   Recent Servers -   All Guilds +   All Servers diff --git a/packages/design-system/molecules/nav-slug/NavSlug.tsx b/packages/design-system/molecules/nav-slug/NavSlug.tsx index 19cf96e..ccdd22b 100644 --- a/packages/design-system/molecules/nav-slug/NavSlug.tsx +++ b/packages/design-system/molecules/nav-slug/NavSlug.tsx @@ -18,6 +18,6 @@ export const NavSlug = (props: Props) => ( > {props.guild ? utils.initialsFromName(props.guild.name) : } - {props.guild?.name || <>Your Guilds} + {props.guild?.name || <>Your Servers} ); diff --git a/packages/design-system/organisms/masthead/Authed.tsx b/packages/design-system/organisms/masthead/Authed.tsx index 6a0048a..6c934bc 100644 --- a/packages/design-system/organisms/masthead/Authed.tsx +++ b/packages/design-system/organisms/masthead/Authed.tsx @@ -55,7 +55,7 @@ export const Authed = (props: Props) => { headContent={ - My Guilds + My Servers } canDefocus diff --git a/packages/design-system/organisms/servers-listing/ServersListing.tsx b/packages/design-system/organisms/servers-listing/ServersListing.tsx index 8f9fdbb..a067760 100644 --- a/packages/design-system/organisms/servers-listing/ServersListing.tsx +++ b/packages/design-system/organisms/servers-listing/ServersListing.tsx @@ -40,7 +40,7 @@ export const ServersListing = (props: ServersListingProps) => { <> -   Recent Guilds +   Recent Servers @@ -48,7 +48,7 @@ export const ServersListing = (props: ServersListingProps) => { )} -   All Guilds +   All Servers