text correction

This commit is contained in:
Beingpax 2025-07-23 09:35:51 +05:45
parent adb51193c6
commit 4e11a1d913

View File

@ -50,7 +50,7 @@ struct LicenseManagementView: View {
Text(licenseViewModel.licenseState == .licensed ?
"Thank you for supporting VoiceInk" :
"Transform your voice into text with instantly with AI")
"Transcribe what you say to text instantly with AI")
.font(.title3)
.foregroundStyle(.secondary)
.multilineTextAlignment(.center)