{codeByRegion.get(regionCode)}
diff --git a/ts/components/standaloneRegistration/stages/ProfileEntry.dom.tsx b/ts/components/standaloneRegistration/stages/ProfileEntry.dom.tsx
index 79afa43781..e1d76e6fd8 100644
--- a/ts/components/standaloneRegistration/stages/ProfileEntry.dom.tsx
+++ b/ts/components/standaloneRegistration/stages/ProfileEntry.dom.tsx
@@ -15,7 +15,7 @@ import { AxoSymbol } from '../../../axo/AxoSymbol.dom.tsx';
import { AxoButton } from '../../../axo/AxoButton.dom.tsx';
import { AxoDialog } from '../../../axo/AxoDialog.dom.tsx';
import { AxoRadioGroup } from '../../../axo/AxoRadioGroup.dom.tsx';
-import { AxoTextField } from '../../../axo/AxoTextField.dom.tsx';
+import { AxoTextField } from '../../../axo/fields/AxoTextField.dom.tsx';
import type { LocalizerType } from '../../../types/I18N.std.ts';
import type { ActionCreator } from '../../../state/types.std.ts';
@@ -138,7 +138,7 @@ export function ProfileEntryScreen({
-
+
-
+
-
-
-
+
diff --git a/ts/windows/AppProvider.dom.tsx b/ts/windows/AppProvider.dom.tsx
index 20b93f19c9..418a3e6586 100644
--- a/ts/windows/AppProvider.dom.tsx
+++ b/ts/windows/AppProvider.dom.tsx
@@ -16,11 +16,12 @@ export const AppProvider: FC = memo(
const messages: AxoProviderProps['messages'] = {
'AxoAlertDialog.Cancel': i18n('icu:AxoAlertDialog.Cancel'),
+ 'AxoBadge.MaxOverflow': max => i18n('icu:AxoBadge.MaxOverflow', { max }),
'AxoButton.Pending': i18n('icu:AxoButton.Pending'),
'AxoDialog.Back': i18n('icu:AxoDialog.Back'),
'AxoDialog.Close': i18n('icu:AxoDialog.Close'),
+ 'AxoPasswordField.Reveal': i18n('icu:AxoPasswordField.Reveal'),
'AxoTextField.Clear': i18n('icu:AxoTextField.Clear'),
- 'AxoBadge.MaxOverflow': max => i18n('icu:AxoBadge.MaxOverflow', { max }),
};
return (