Skip to content

Commit 812425a

Browse files
committed
fix: fixed server text
1 parent 1ba6762 commit 812425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cashier/src/pages/account-transfer/account-transfer-form/account-transfer-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const AccountOption = ({
7878
<StatusBadge
7979
account_status='under_maintenance'
8080
icon='IcAlertWarning'
81-
text={<Localize i18n_default_text='<0>Server Maintenance</0>' components={[<span key={0} />]} />}
81+
text={<Localize i18n_default_text='<0>Server maintenance</0>' components={[<span key={0} />]} />}
8282
/>
8383
);
8484
} else if (is_account_unavailable) {

0 commit comments

Comments
 (0)