From b390d981d49cebf632c3db964914949c5aeac658 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Feb 2025 19:59:31 -0800 Subject: feat: Development commit --- Sora/Views/Settings/SettingsView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sora/Views/Settings/SettingsView.swift') diff --git a/Sora/Views/Settings/SettingsView.swift b/Sora/Views/Settings/SettingsView.swift index a0eba01..2d09168 100644 --- a/Sora/Views/Settings/SettingsView.swift +++ b/Sora/Views/Settings/SettingsView.swift @@ -28,8 +28,8 @@ struct SettingsView: View { } } - Section(header: Text("Attributions")) { - SettingsAttributionsView() + Section(header: Text("Credits")) { + SettingsCreditsView() } } #if os(macOS) -- cgit v1.2.3