mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 00:11:00 +00:00
Fix typo
This commit is contained in:
parent
5960014da9
commit
0af3732ea9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import AppIntents
|
|||
import WidgetKit
|
||||
|
||||
struct AccountWidgetConfiguration: WidgetConfigurationIntent {
|
||||
static let title: LocalizedStringResource = "Accoutn Widget Configuration"
|
||||
static let title: LocalizedStringResource = "Account Widget Configuration"
|
||||
static let description = IntentDescription("Choose the account for this widget")
|
||||
|
||||
@Parameter(title: "Account")
|
||||
|
|
Loading…
Reference in a new issue