mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +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
|
import WidgetKit
|
||||||
|
|
||||||
struct AccountWidgetConfiguration: WidgetConfigurationIntent {
|
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")
|
static let description = IntentDescription("Choose the account for this widget")
|
||||||
|
|
||||||
@Parameter(title: "Account")
|
@Parameter(title: "Account")
|
||||||
|
|
Loading…
Reference in a new issue