fix some wording

This commit is contained in:
ilham
2022-02-03 03:14:59 +07:00
parent e26fb13813
commit e8c4b9a2bf
20 changed files with 88 additions and 88 deletions

View File

@@ -172,10 +172,10 @@ export const Profile = observer(() => {
}
>
{record.status === 1
? "Success"
? "Sukses"
: record.status === 0
? "Pending"
: "Failed"}
? "Dalam Proses"
: "Gagal"}
</Tag>
);
},
@@ -240,7 +240,7 @@ export const Profile = observer(() => {
<Col lg={12} xs={24}>
<Row>
<Col span={12}>
<Text strong>Name</Text>
<Text strong>Nama</Text>
</Col>
<Col span={12}>
<Text>
@@ -248,7 +248,7 @@ export const Profile = observer(() => {
</Text>
</Col>
<Col span={12}>
<Text strong>Phone Number</Text>
<Text strong>No. Telepon</Text>
</Col>
<Col span={12}>
<Text>
@@ -268,7 +268,7 @@ export const Profile = observer(() => {
<Text>{store.authentication.profileData.roles?.name}</Text>
</Col>
<Col span={12}>
<Text strong>Superior</Text>
<Text strong>Upline</Text>
</Col>
<Col span={12}>
<Text>
@@ -359,7 +359,7 @@ export const Profile = observer(() => {
<Col span={24}>
<div>
<Title strong level={3}>
History Transaction
Riwayat Transaksi
</Title>
<Button
style={{ marginBottom: "1rem" }}
@@ -459,10 +459,10 @@ export const Profile = observer(() => {
}
>
{item.status === 1
? "Success"
? "Sukses"
: item.status === 0
? "Pending"
: "Failed"}
? "Dalam Proses"
: "Gagal"}
</Tag>
}
</small>{" "}