diff --git a/Shared/WriteFreely_MultiPlatformApp.swift b/Shared/WriteFreely_MultiPlatformApp.swift index a70e0d5..4aeb385 100644 --- a/Shared/WriteFreely_MultiPlatformApp.swift +++ b/Shared/WriteFreely_MultiPlatformApp.swift @@ -30,7 +30,7 @@ struct WriteFreely_MultiPlatformApp: App { .keyboardShortcut("n", modifiers: [.command]) }) CommandGroup(after: .newItem) { - Button("Reload From Server") { + Button("Refresh Posts") { DispatchQueue.main.async { model.fetchUserCollections() model.fetchUserPosts()