We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4192bca commit 9ca0ee9Copy full SHA for 9ca0ee9
resources/scripts/components/dashboard/DashboardContainer.tsx
@@ -35,7 +35,7 @@ export default () => {
35
{rootAdmin &&
36
<div css={tw`mb-2 flex justify-end items-center`}>
37
<p css={tw`uppercase text-xs text-neutral-400 mr-2`}>
38
- {showOnlyAdmin ? 'Showing other\'s servers' : 'Showing your servers'}
+ {showOnlyAdmin ? 'Showing others\' servers' : 'Showing your servers'}
39
</p>
40
<Switch
41
name={'show_all_servers'}
0 commit comments