You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Localization strings in core-ui wasn't moved properly when it was moved to core. For example, in CohortEditorFilter.tsx,
we shouldn't use Localization.Interpret.CohortEditor
should be: Localization.Core.CohortEditor.
We need to update all core related strings into Localization.Core.
The text was updated successfully, but these errors were encountered:
Localization strings in core-ui wasn't moved properly when it was moved to core. For example, in CohortEditorFilter.tsx,
we shouldn't use
Localization.Interpret.CohortEditor
should be:
Localization.Core.CohortEditor
.We need to update all core related strings into Localization.Core.
The text was updated successfully, but these errors were encountered: