Skip to content

Commit

Permalink
receiving typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jul 18, 2024
1 parent 1ff87be commit 76c682a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
}
},
"**Your device is no longer capable of receving critical security updates**" : {
"**Your device is no longer capable of receiving critical security updates**" : {
"comment" : "mainContentHeaderUnsupported",
"extractionState" : "manual",
"localizations" : {
Expand All @@ -336,7 +336,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "**Your device is no longer capable of receving critical security updates**"
"value" : "**Your device is no longer capable of receiving critical security updates**"
}
},
"es" : {
Expand Down
2 changes: 1 addition & 1 deletion Nudge/Preferences/DefaultPreferencesNudge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ struct UserInterfaceVariables {
static var mainContentHeaderUnsupported: String {
userInterfaceUpdateElementsProfile?["mainContentHeaderUnsupported"] as? String ??
userInterfaceUpdateElementsJSON?.mainContentHeaderUnsupported ??
"**Your device is no longer capable of receving critical security updates**"
"**Your device is no longer capable of receiving critical security updates**"
}

static var mainContentNote: String {
Expand Down
4 changes: 2 additions & 2 deletions Schema/jamf/com.github.macadmins.Nudge.json
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@
]
},
"mainContentHeaderUnsupported": {
"description": "Modifies the mainContentHeader. This is the \"Your device is no longer capable of receving critical security updates\" text when using the Unsupported UI. (Note: This key is only used with Nudge v2.0 and higher)",
"description": "Modifies the mainContentHeader. This is the \"Your device is no longer capable of receiving critical security updates\" text when using the Unsupported UI. (Note: This key is only used with Nudge v2.0 and higher)",
"anyOf": [
{
"type": "null",
Expand All @@ -1621,7 +1621,7 @@
"type": "string",
"options": {
"inputAttributes": {
"placeholder": "**Your device is no longer capable of receving critical security updates**"
"placeholder": "**Your device is no longer capable of receiving critical security updates**"
}
}
}
Expand Down

0 comments on commit 76c682a

Please sign in to comment.