Skip to content

Commit 76c682a

Browse files
committed
receiving typo
1 parent 1ff87be commit 76c682a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Localizable.xcstrings

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
}
318318
}
319319
},
320-
"**Your device is no longer capable of receving critical security updates**" : {
320+
"**Your device is no longer capable of receiving critical security updates**" : {
321321
"comment" : "mainContentHeaderUnsupported",
322322
"extractionState" : "manual",
323323
"localizations" : {
@@ -336,7 +336,7 @@
336336
"en" : {
337337
"stringUnit" : {
338338
"state" : "translated",
339-
"value" : "**Your device is no longer capable of receving critical security updates**"
339+
"value" : "**Your device is no longer capable of receiving critical security updates**"
340340
}
341341
},
342342
"es" : {

Nudge/Preferences/DefaultPreferencesNudge.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ struct UserInterfaceVariables {
501501
static var mainContentHeaderUnsupported: String {
502502
userInterfaceUpdateElementsProfile?["mainContentHeaderUnsupported"] as? String ??
503503
userInterfaceUpdateElementsJSON?.mainContentHeaderUnsupported ??
504-
"**Your device is no longer capable of receving critical security updates**"
504+
"**Your device is no longer capable of receiving critical security updates**"
505505
}
506506

507507
static var mainContentNote: String {

Schema/jamf/com.github.macadmins.Nudge.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@
16101610
]
16111611
},
16121612
"mainContentHeaderUnsupported": {
1613-
"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)",
1613+
"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)",
16141614
"anyOf": [
16151615
{
16161616
"type": "null",
@@ -1621,7 +1621,7 @@
16211621
"type": "string",
16221622
"options": {
16231623
"inputAttributes": {
1624-
"placeholder": "**Your device is no longer capable of receving critical security updates**"
1624+
"placeholder": "**Your device is no longer capable of receiving critical security updates**"
16251625
}
16261626
}
16271627
}

0 commit comments

Comments
 (0)