Skip to content

Commit a7f178b

Browse files
LucHeartCopilot
andauthored
Update src/routes/(authenticated)/shockers/logs/[shockerId=guid]/+page.svelte
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f34319d commit a7f178b

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(authenticated)/shockers/logs/[shockerId=guid]

1 file changed

+1
-1
lines changed

src/routes/(authenticated)/shockers/logs/[shockerId=guid]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</Button>
6161
</div>
6262
</Card.Title>
63-
<Card.Description>This is the logs for the specified shocker.</Card.Description>
63+
<Card.Description>These are the logs for the specified shocker.</Card.Description>
6464
</Card.Header>
6565
<div class="w-full p-6 gap-6 grid">
6666
<DataTable {data} {columns} bind:sorting />

0 commit comments

Comments
 (0)