adding spaces to some places since libra cart is two words
This commit is contained in:
parent
050225bdb1
commit
3448a24266
3 changed files with 5 additions and 5 deletions
|
|
@ -198,7 +198,7 @@ export default function LibraCartAccess() {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Tooltip title={"This will Sync the data for all LibraCart accounts linked to " + (as ? "this team" : "your account")}>
|
<Tooltip title={"This will Sync the data for all Libra Cart accounts linked to " + (as ? "this team" : "your account")}>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
@ -212,7 +212,7 @@ export default function LibraCartAccess() {
|
||||||
</Grid>
|
</Grid>
|
||||||
<Box paddingTop={2}>
|
<Box paddingTop={2}>
|
||||||
<Typography>
|
<Typography>
|
||||||
LibraCart data will sync every 6 hours, if the data is needed immediately you can select the Sync button. It may take up to 15 minutes for the data to appear in our platform.
|
Libra Cart data will sync every 6 hours, if the data is needed immediately you can select the Sync button. It may take up to 15 minutes for the data to appear in our platform.
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -480,7 +480,7 @@ export default function SideNavigator(props: Props) {
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
{user.hasFeature("libra-cart") &&
|
{user.hasFeature("libra-cart") &&
|
||||||
<Tooltip title="LibraCart" placement="right">
|
<Tooltip title="Libra Cart" placement="right">
|
||||||
<ListItemButton
|
<ListItemButton
|
||||||
id="tour-libraCart"
|
id="tour-libraCart"
|
||||||
onClick={() => goTo("/libracart")}
|
onClick={() => goTo("/libracart")}
|
||||||
|
|
@ -489,7 +489,7 @@ export default function SideNavigator(props: Props) {
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<LibraCartIcon />
|
<LibraCartIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
{open && <ListItemText primary="LibraCart" />}
|
{open && <ListItemText primary="Libra Cart" />}
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ export default function LibraCart() {
|
||||||
<Grid>
|
<Grid>
|
||||||
<Select
|
<Select
|
||||||
//style={{ maxWidth: 110 }}
|
//style={{ maxWidth: 110 }}
|
||||||
title="LibraCart Account"
|
title="Libra Cart Account"
|
||||||
displayEmpty
|
displayEmpty
|
||||||
disableUnderline={true}
|
disableUnderline={true}
|
||||||
value={currentOrg}
|
value={currentOrg}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue