Skip to content

Commit 5536b75

Browse files
NicolappsConvex, Inc.
authored andcommitted
dash: Fix inconsistent case on backups page (#38728)
GitOrigin-RevId: 4fe4ace7f498bdcbfcf40f6c0e05e3be8ed4c3e7
1 parent ade99cf commit 5536b75

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard/src/components/deploymentSettings

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/components/deploymentSettings/Backups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function Backups({
8181
>
8282
<label className="flex cursor-not-allowed items-center gap-2 text-sm">
8383
<Checkbox disabled checked={false} onChange={() => {}} />
84-
Backup Automatically
84+
Backup automatically
8585
</label>
8686
<span
8787
className="rounded bg-util-accent px-1.5 py-0.5 text-xs font-semibold uppercase tracking-wider text-white"

0 commit comments

Comments
 (0)