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.
This commit is contained in:
fiatjaf 2023-04-08 20:16:19 -03:00
parent e9a2e581d5
commit 3f8e2202a1
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -33,7 +33,7 @@
<Media link={annotated[0]} onClose={close} />
{#if annotated.length > 1}
<p class="text-gray-500 py-4 text-center underline" on:click={openModal}>
<i class="fa fa-plus" /> Show {annotated.length} link previews
<i class="fa fa-plus" /> Show all {annotated.length} link previews
</p>
{/if}
</div>