-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(zimbra): change content and add guides on onboarding #14821
Conversation
"card_guide_title_1": "Premiers pas avec l'offre Zimbra", | ||
"card_guide_title_2": "Configurer son compte Zimbra", | ||
"card_guide_title_3": "Maitriser le webmail Zimbra", | ||
"card_guide_description_1": "Découvrez comment créer vos premieres boites mail et administrer votre service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"card_guide_description_1": "Découvrez comment créer vos premieres boites mail et administrer votre service", | |
"card_guide_description_1": "Découvrez comment créer vos premières boites mail et administrer votre service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fixed.
9fc99ae
to
501fa94
Compare
ef16134
to
efd768c
Compare
efd768c
to
c4ddd02
Compare
c4ddd02
to
99e1ad7
Compare
99e1ad7
to
a82b2a7
Compare
img={{ src: onboardingImgSrc }} | ||
description={description} | ||
description={t('description')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to pass an OdsText
instead of a string now to match the required design because of some changes that happened in OnboardingLayout
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com>
a82b2a7
to
1ffbfad
Compare
Signed-off-by: CDS Translator Agent <opensource@ovh.net>
|
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-14642 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovhcloud.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
master
Breaking change is mentioned in relevant commitsDescription
I changed content and add guides on onboarding
Related