diff options
| author | Fuwn <[email protected]> | 2025-02-22 08:23:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 08:23:16 -0800 |
| commit | 02204fa22210dfcd8038e225659f8bbe4ceae857 (patch) | |
| tree | 70c2a98a4c801cc69f4dcd6cf21d5330093ec444 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-02204fa22210dfcd8038e225659f8bbe4ceae857.tar.xz sora-testing-02204fa22210dfcd8038e225659f8bbe4ceae857.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Details/PostDetailsView.swift | 2 |
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) …") |