summaryrefslogtreecommitdiff
path: root/Sora/Views/Post
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Post')
-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()