summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Details/PostDetailsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-25 19:59:31 -0800
committerFuwn <[email protected]>2025-02-25 19:59:31 -0800
commitb390d981d49cebf632c3db964914949c5aeac658 (patch)
treeba4c68f63c49ec37ab08d496de65554e6059e043 /Sora/Views/Post/Details/PostDetailsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-b390d981d49cebf632c3db964914949c5aeac658.tar.xz
sora-testing-b390d981d49cebf632c3db964914949c5aeac658.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
-rw-r--r--Sora/Views/Post/Details/PostDetailsView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift
index d1099ea..79cbd62 100644
--- a/Sora/Views/Post/Details/PostDetailsView.swift
+++ b/Sora/Views/Post/Details/PostDetailsView.swift
@@ -55,10 +55,10 @@ struct PostDetailsView: View {
Group {
switch loadingStage {
case .loadingPreview:
- Text("Loading Preview …")
+ Text("Loading Preview…")
case .loadingFile:
- Text("Loading \(settings.detailViewType.rawValue) …")
+ Text("Loading \(settings.detailViewType.rawValue)…")
case .loaded:
EmptyView()