We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37d48c9 + 9ca0ee9 commit 5fa06e5Copy full SHA for 5fa06e5
1 file changed
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