Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 35d8c6b

Browse files
committed
fix typos
1 parent cabb18b commit 35d8c6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/elements/DeployedList/DeployedList.wc.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@
357357
on:selected={_onSelectRowHandler}
358358
/>
359359
{:else}
360-
<Alert type="info" message="No Discourse found on this profile." />
360+
<Alert type="info" message="No Peertubes found on this profile." />
361361
{/if}
362362
{:catch err}
363363
<Alert
364364
type="danger"
365-
message={err.message || err || "Failed to list Discourse"}
365+
message={err.message || err || "Failed to list Peertube"}
366366
/>
367367
{/await}
368368

@@ -546,12 +546,12 @@
546546
on:selected={_onSelectRowHandler}
547547
/>
548548
{:else}
549-
<Alert type="info" message="No Peertubes found on this profile." />
549+
<Alert type="info" message="No Discourses found on this profile." />
550550
{/if}
551551
{:catch err}
552552
<Alert
553553
type="danger"
554-
message={err.message || err || "Failed to list Peertube"}
554+
message={err.message || err || "Failed to list Discourse"}
555555
/>
556556
{/await}
557557

0 commit comments

Comments
 (0)