mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 05:52:08 +00:00
fix(guided-tour): skip replaced by skip the tour
This commit is contained in:
parent
f1765dc29e
commit
3dc0ca35fa
@ -53,7 +53,7 @@ const GuidedTourHomepage = () => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
<Flex justifyContent="flex-end">
|
<Flex justifyContent="flex-end">
|
||||||
<Button variant="tertiary" onClick={() => setSkipped(true)}>
|
<Button variant="tertiary" onClick={() => setSkipped(true)}>
|
||||||
{formatMessage({ id: 'app.components.GuidedTour.skip', defaultMessage: 'Skip' })}
|
{formatMessage({ id: 'app.components.GuidedTour.skip', defaultMessage: 'Skip the tour' })}
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -53,7 +53,7 @@ const Modal = ({ onClose, onSkip, children, hideSkip }) => {
|
|||||||
<Button variant="tertiary" onClick={onSkip}>
|
<Button variant="tertiary" onClick={onSkip}>
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: 'app.components.GuidedTour.skip',
|
id: 'app.components.GuidedTour.skip',
|
||||||
defaultMessage: 'Skip',
|
defaultMessage: 'Skip the tour',
|
||||||
})}
|
})}
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
@ -739,7 +739,7 @@ describe('<GuidedTourModal />', () => {
|
|||||||
<span
|
<span
|
||||||
class="c25 c26"
|
class="c25 c26"
|
||||||
>
|
>
|
||||||
Skip
|
Skip the tour
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -232,7 +232,7 @@
|
|||||||
"Users.components.List.empty.withFilters": "There is no users with the applied filters...",
|
"Users.components.List.empty.withFilters": "There is no users with the applied filters...",
|
||||||
"Users.components.List.empty.withSearch": "There is no users corresponding to the search ({search})...",
|
"Users.components.List.empty.withSearch": "There is no users corresponding to the search ({search})...",
|
||||||
"anErrorOccurred": "Woops! Something went wrong. Please, try again.",
|
"anErrorOccurred": "Woops! Something went wrong. Please, try again.",
|
||||||
"app.components.GuidedTour.skip": "Skip",
|
"app.components.GuidedTour.skip": "Skip the tour",
|
||||||
"app.components.GuidedTour.title": "3 steps to get started",
|
"app.components.GuidedTour.title": "3 steps to get started",
|
||||||
"app.components.GuidedTour.create-content": "Create content",
|
"app.components.GuidedTour.create-content": "Create content",
|
||||||
"app.components.GuidedTour.home.CTB.title": "🧠 Build the content structure",
|
"app.components.GuidedTour.home.CTB.title": "🧠 Build the content structure",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user