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,
|
detailsObj,
|
||||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
||||||
)
|
)
|
||||||
? !_.isEmpty(
|
? resolveCrmDisplayValue(
|
||||||
detailsObj[
|
{
|
||||||
"pinswg_redetermination@OData.Community.Display.V1.FormattedValue"
|
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(
|
: t(
|
||||||
"case:summary-awaiting-information-label"
|
"case:summary-awaiting-information-label"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user