From 9ca0ee99e9fb09dab711f1a398d0dd544c0d8f16 Mon Sep 17 00:00:00 2001 From: Sabinno Date: Fri, 5 Mar 2021 12:39:47 -0500 Subject: [PATCH] Fix spelling Changed "other's", implying a single other person's server, to "others'", implying the servers of multiple people. --- resources/scripts/components/dashboard/DashboardContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/dashboard/DashboardContainer.tsx b/resources/scripts/components/dashboard/DashboardContainer.tsx index 2edc0605..72357fd6 100644 --- a/resources/scripts/components/dashboard/DashboardContainer.tsx +++ b/resources/scripts/components/dashboard/DashboardContainer.tsx @@ -35,7 +35,7 @@ export default () => { {rootAdmin &&

- {showOnlyAdmin ? 'Showing other\'s servers' : 'Showing your servers'} + {showOnlyAdmin ? 'Showing others\' servers' : 'Showing your servers'}