Rename to Mobile MA

This commit is contained in:
2026-04-10 10:08:30 +02:00
parent e19e6c9845
commit 12224db55e
4 changed files with 111 additions and 11 deletions
@@ -539,7 +539,7 @@ struct SettingsView: View {
.alert("Thank You!", isPresented: $showThankYou) {
Button("You're welcome!", role: .cancel) { }
} message: {
Text("Your support means a lot and helps keep Mobile Music Assistant alive.")
Text("Your support means a lot and helps keep Mobile MA alive.")
}
.onChange(of: storeManager.purchaseResult) { _, result in
if case .success = result {