We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba6762 commit 812425aCopy full SHA for 812425a
packages/cashier/src/pages/account-transfer/account-transfer-form/account-transfer-form.tsx
@@ -78,7 +78,7 @@ const AccountOption = ({
78
<StatusBadge
79
account_status='under_maintenance'
80
icon='IcAlertWarning'
81
- text={<Localize i18n_default_text='<0>Server Maintenance</0>' components={[<span key={0} />]} />}
+ text={<Localize i18n_default_text='<0>Server maintenance</0>' components={[<span key={0} />]} />}
82
/>
83
);
84
} else if (is_account_unavailable) {
0 commit comments