rename user-facing strings to jellybloom

This commit is contained in:
2026-04-24 00:46:17 +03:00
parent 7eb41bbaea
commit f6f69882bc
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -114,9 +114,9 @@ export function EmptyHome() {
<Compass size={28} className="text-accent" />
</div>
</div>
<h2 className="text-[20px] font-semibold text-text-1 mb-1.5 tracking-tight">Welcome to Jellyfin</h2>
<h2 className="text-[20px] font-semibold text-text-1 mb-1.5 tracking-tight">Welcome to Jellybloom</h2>
<p className="text-[13px] text-text-3 max-w-md leading-relaxed">
Your library is quiet. Add movies, shows, or music to your Jellyfin server and they'll appear here.
Your library is quiet. Add movies, shows, or music to your server and they'll appear here.
</p>
</div>
)