From 3f8e2202a1c9375944de2a7fb78a7b46532fb1df Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 8 Apr 2023 20:16:19 -0300 Subject: [PATCH] less confusing "show %d link previews". I always read this as "show +2", for example, when there are only two and since I am already seeing one it should be "show +1", but adding the word "all" will probably fix that and make it clear. --- src/partials/MediaSet.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/MediaSet.svelte b/src/partials/MediaSet.svelte index 3d9857ec..6256d9ac 100644 --- a/src/partials/MediaSet.svelte +++ b/src/partials/MediaSet.svelte @@ -33,7 +33,7 @@ {#if annotated.length > 1}

- Show {annotated.length} link previews + Show all {annotated.length} link previews

{/if}