From bb97f5f2c01686001c0d02901213bdfeb2989f8e Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:44:47 +0100 Subject: [PATCH] fixed typo --- Sora/Views/LibraryView/LibraryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sora/Views/LibraryView/LibraryView.swift b/Sora/Views/LibraryView/LibraryView.swift index 3a3fd7e..dc2f0d7 100644 --- a/Sora/Views/LibraryView/LibraryView.swift +++ b/Sora/Views/LibraryView/LibraryView.swift @@ -26,7 +26,7 @@ struct LibraryView: View { .foregroundColor(.secondary) Text("No Items saved") .font(.headline) - Text("You can bookmark items to then find them easily here") + Text("You can bookmark items to find them easily here") .font(.caption) .foregroundColor(.secondary) }