-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP44, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X
-
Component/s: User Notifications
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
In the backport to 7.0.x of the two keys in notifications-web/src/main/resources/content/language_ES.properties were incorrectly modified:LPS-77761
- notifications-list was changed to notifications-list-x
- requests-list was changed to notifications-list-x
and the latter keys are never used.
The observable effect is that the text for those keys is shown in English instead of Spanish because the keys (without -x) cannot be found in language_es.properties and they default to the ones in language.properties.
This is a 7.0.x-only issue.
- is caused by
-
LPS-77761 Add missing Spanish translations for Notification portlet
- Closed