Merged PR 2513: updated translation
updated translation Related work items: #24396
This commit is contained in:
@@ -977,17 +977,20 @@ const Pinswg_sipscase = (props) => {
|
||||
detailsObj,
|
||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
||||
)
|
||||
? !_.isEmpty(
|
||||
detailsObj[
|
||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
||||
]
|
||||
? resolveCrmDisplayValue(
|
||||
{
|
||||
value: detailsObj[
|
||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
||||
],
|
||||
locale,
|
||||
translations:
|
||||
transLookup,
|
||||
fallbackValue:
|
||||
t(
|
||||
"case:summary-no-information-to-date-label"
|
||||
)
|
||||
}
|
||||
)
|
||||
? detailsObj[
|
||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
||||
]
|
||||
: t(
|
||||
"case:summary-awaiting-information-label"
|
||||
)
|
||||
: t(
|
||||
"case:summary-awaiting-information-label"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user