Typo fix
This commit is contained in:
parent
26e4de100f
commit
54e000156a
|
@ -441,7 +441,7 @@ extension Text {
|
||||||
return text.accessibilityLabel(
|
return text.accessibilityLabel(
|
||||||
Text(key, tableName: tableName, bundle: bundle, comment: comment))
|
Text(key, tableName: tableName, bundle: bundle, comment: comment))
|
||||||
case .concatenated(_, _):
|
case .concatenated(_, _):
|
||||||
assertionFailure("`.accessibilityLabel` does not support contcatenated `TextState`")
|
assertionFailure("`.accessibilityLabel` does not support concatenated `TextState`")
|
||||||
return text
|
return text
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue