We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeed291 commit 29c6e35Copy full SHA for 29c6e35
apps/webapp/app/components/query/QueryEditor.tsx
@@ -972,7 +972,7 @@ function QueryTitle({
972
if (isTitleLoading)
973
return (
974
<span className="flex items-center gap-2 text-text-dimmed">
975
- <Spinner className="size-3" /> Generating title...
+ <Spinner className="size-3" /> Generating title…
976
</span>
977
);
978
0 commit comments