mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 21:38:05 +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>
|
||||
<Flex justifyContent="flex-end">
|
||||
<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>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
@ -53,7 +53,7 @@ const Modal = ({ onClose, onSkip, children, hideSkip }) => {
|
||||
<Button variant="tertiary" onClick={onSkip}>
|
||||
{formatMessage({
|
||||
id: 'app.components.GuidedTour.skip',
|
||||
defaultMessage: 'Skip',
|
||||
defaultMessage: 'Skip the tour',
|
||||
})}
|
||||
</Button>
|
||||
</Flex>
|
||||
|
@ -739,7 +739,7 @@ describe('<GuidedTourModal />', () => {
|
||||
<span
|
||||
class="c25 c26"
|
||||
>
|
||||
Skip
|
||||
Skip the tour
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -232,7 +232,7 @@
|
||||
"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})...",
|
||||
"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.create-content": "Create content",
|
||||
"app.components.GuidedTour.home.CTB.title": "🧠 Build the content structure",
|
||||
|
Loading…
x
Reference in New Issue
Block a user