From f86eaae5e9d325ed3aa3090177ef8bbb8db95531 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sat, 22 Jan 2022 20:27:54 -0500 Subject: [PATCH] chore: rename uses of "Guilds" to "Servers" --- packages/design-system/molecules/guild-nav/GuildNav.tsx | 4 ++-- packages/design-system/molecules/nav-slug/NavSlug.tsx | 2 +- packages/design-system/organisms/masthead/Authed.tsx | 2 +- .../organisms/servers-listing/ServersListing.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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