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>
|
||||
<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
|
||||
variant="contained"
|
||||
color="primary"
|
||||
|
|
@ -212,7 +212,7 @@ export default function LibraCartAccess() {
|
|||
</Grid>
|
||||
<Box paddingTop={2}>
|
||||
<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>
|
||||
</Box>
|
||||
|
||||
|
|
|
|||
|
|
@ -480,7 +480,7 @@ export default function SideNavigator(props: Props) {
|
|||
</Tooltip>
|
||||
}
|
||||
{user.hasFeature("libra-cart") &&
|
||||
<Tooltip title="LibraCart" placement="right">
|
||||
<Tooltip title="Libra Cart" placement="right">
|
||||
<ListItemButton
|
||||
id="tour-libraCart"
|
||||
onClick={() => goTo("/libracart")}
|
||||
|
|
@ -489,7 +489,7 @@ export default function SideNavigator(props: Props) {
|
|||
<ListItemIcon>
|
||||
<LibraCartIcon />
|
||||
</ListItemIcon>
|
||||
{open && <ListItemText primary="LibraCart" />}
|
||||
{open && <ListItemText primary="Libra Cart" />}
|
||||
</ListItemButton>
|
||||
</Tooltip>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ export default function LibraCart() {
|
|||
<Grid>
|
||||
<Select
|
||||
//style={{ maxWidth: 110 }}
|
||||
title="LibraCart Account"
|
||||
title="Libra Cart Account"
|
||||
displayEmpty
|
||||
disableUnderline={true}
|
||||
value={currentOrg}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue