Skip to content

Commit fe072ba

Browse files
gary149nsarrazin
andauthored
modal wording (#1000)
* wording * format --------- Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>
1 parent 1549695 commit fe072ba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/lib/components/LoginModal.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
<Logo classNames="mr-1" />
2020
{PUBLIC_APP_NAME}
2121
</h2>
22-
<p class="text-lg font-semibold leading-snug text-gray-800" style="text-wrap: balance;">
22+
<p class="text-balance text-lg font-semibold leading-snug text-gray-800">
2323
{PUBLIC_APP_DESCRIPTION}
2424
</p>
25-
<p class="rounded-xl border bg-white/80 p-2 text-base text-gray-800">
26-
You have reached the guest message limit, please Sign In with your Hugging Face account to
27-
continue.
25+
<p class="text-balance rounded-xl border bg-white/80 p-2 text-base text-gray-800">
26+
You have reached the guest message limit, <strong class="font-semibold"
27+
>Sign In with a free Hugging Face account</strong
28+
> to continue using HuggingChat.
2829
</p>
2930

3031
<form

src/lib/components/chat/AssistantIntroduction.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
>
122122
{#if isCopied}
123123
<CarbonCheckmark class="text-xxs text-green-600 max-sm:text-xs" />
124-
<span class="text-green-600 max-sm:hidden"> Copied </span>
124+
<span class="text-green-600 max-sm:hidden"> Link copied </span>
125125
{:else}
126126
<CarbonExport class="text-xxs max-sm:text-xs" />
127127
<span class="max-sm:hidden"> Share </span>

0 commit comments

Comments
 (0)