summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-22 08:23:16 -0800
committerFuwn <[email protected]>2025-02-22 08:23:16 -0800
commit02204fa22210dfcd8038e225659f8bbe4ceae857 (patch)
tree70c2a98a4c801cc69f4dcd6cf21d5330093ec444
parentfeat: Development commit (diff)
downloadsora-testing-02204fa22210dfcd8038e225659f8bbe4ceae857.tar.xz
sora-testing-02204fa22210dfcd8038e225659f8bbe4ceae857.zip
feat: Development commit
-rw-r--r--Sora/Views/Post/Details/PostDetailsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift
index b8899b1..06ca0ce 100644
--- a/Sora/Views/Post/Details/PostDetailsView.swift
+++ b/Sora/Views/Post/Details/PostDetailsView.swift
@@ -52,7 +52,7 @@ struct PostDetailsView: View {
Group {
switch loadingStage {
case .loadingPreview:
- Text("Loading preview …")
+ Text("Loading Preview …")
case .loadingFile:
Text("Loading \(settings.detailViewType.rawValue) …")