Skip to content

Commit d920747

Browse files
committed
fix: correct app name in GeneralSettingsView - Updated display text from "MacSnapper Pro" to "Mac Snap Pro" for consistency with branding changes.
1 parent ccea8d8 commit d920747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MacSnapper/Presentation/Views/Settings/GeneralSettingsView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct GeneralSettingsView: View {
6464
.font(.system(size: 48))
6565
.foregroundStyle(.blue.gradient)
6666

67-
Text("MacSnapper Pro")
67+
Text("Mac Snap Pro")
6868
.font(.title2)
6969
.fontWeight(.bold)
7070

@@ -359,4 +359,4 @@ enum PermissionStatus {
359359
.environmentObject(DIContainer.shared.globalHotkeyService)
360360
}
361361
.frame(width: 600, height: 500)
362-
}
362+
}

0 commit comments

Comments
 (0)