Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions i18n/fr/docusaurus-plugin-content-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ function BannerBlock() {
<div className={clsx(styles.bannerContainer)}>
<div className={clsx(styles.mainContainer)}>
<div className={clsx(styles.bannerWrapper)}>
{<span className={clsx(styles.badge)}>CENTREON {versionInfo.version}</span>}
<p>Nouvelle version logicielle disponible</p>
<Button href={versionInfo.link} target={versionInfo.target} label="En savoir plus" dark="true"/>
{<span className={clsx(styles.badge)}>CENTREON INFRA MONITORING {versionInfo.version}</span>}
<Button href={versionInfo.link} target={versionInfo.target} label="Nouvelle version logicielle disponible" dark="true"/>
</div>
</div>
</div>
Expand Down Expand Up @@ -206,7 +205,7 @@ function OpensourceBlock() {
return(
<div className={clsx(styles.socialBlock)}>
<span className={clsx(styles.badge)}>UN CŒUR OPEN SOURCE</span>
<p>Plébiscité par des centaines de milliers de professionnels de l’IT à travers le monde avec 6 000 téléchargements mensuels, Centreon est devenu le numéro 1 de la supervision open source en Europe.</p>
<p>Plébiscité par des centaines de milliers de professionnels de l’IT à travers le monde avec 6 000 téléchargements mensuels, Centreon Infra Monitoring est devenu le numéro 1 de la supervision open source en Europe.</p>
<Button href={links.contribute} target="_blank" label="Contribuer au projet Open Source"/>
</div>
)
Expand Down
7 changes: 3 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ function BannerBlock() {
<div className={clsx(styles.bannerContainer)}>
<div className={clsx(styles.mainContainer)}>
<div className={clsx(styles.bannerWrapper)}>
{<span className={clsx(styles.badge)}>CENTREON {versionInfo.version}</span>}
<p>New software version available</p>
<Button href={versionInfo.link} target={versionInfo.target} label="Learn more" dark="true"/>
{<span className={clsx(styles.badge)}>CENTREON INFRA MONITORING {versionInfo.version}</span>}
<Button href={versionInfo.link} target={versionInfo.target} label="New software version available" dark="true"/>
</div>
</div>
</div>
Expand Down Expand Up @@ -207,7 +206,7 @@ function OpensourceBlock() {
return(
<div className={clsx(styles.socialBlock)}>
<span className={clsx(styles.badge)}>AN OPEN SOURCE CORE</span>
<p>Praised by hundreds of thousands of IT professionals around the world with 6,000 monthly downloads, Centreon has become the number 1 in open source monitoring in Europe.</p>
<p>Praised by hundreds of thousands of IT professionals around the world with 6,000 monthly downloads, Centreon Infra Monitoring has become the number 1 in open source monitoring in Europe.</p>
<Button href={links.contribute} target="_blank" label="Contribute to the Open Source project"/>
</div>
)
Expand Down