fix(guided-tour): skip replaced by skip the tour

This commit is contained in:
ronronscelestes 2022-02-08 18:50:56 +01:00
parent f1765dc29e
commit 3dc0ca35fa
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -739,7 +739,7 @@ describe('<GuidedTourModal />', () => {
<span
class="c25 c26"
>
Skip
Skip the tour
</span>
</button>
</div>

View File

@ -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",