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
This is because the TabStrip and TabPanel controls rely on the Name parameter value to set the default tab... and it appears that the localization logic is modifying the Name parameter value. The proper solution would be to not modify the Name parameter value and use a local variable instead to assign the localized Name and display in the UI.
In the User Management section the ui is not rendered until the tab is clicked. This appears only to happen when the language is not the default.
The text was updated successfully, but these errors were encountered: