Skip to content

Commit 3db2717

Browse files
committed
fix: duplicate information on new camel project text
1 parent 0965023 commit 3db2717

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

locales/en/plugin__camel-openshift-console-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"Success percentage": "Success percentage",
6060
"The <2>Apache Camel CLI</2>, powered by JBang, is a command-line tool for rapid prototyping. It allows you to run Camel routes directly from a single file, without the need for a full Maven or Gradle project. By using the additional Camel JBang Kubernetes plugin, you can also automate the build and deployment process for OpenShift.": "The <2>Apache Camel CLI</2>, powered by JBang, is a command-line tool for rapid prototyping. It allows you to run Camel routes directly from a single file, without the need for a full Maven or Gradle project. By using the additional Camel JBang Kubernetes plugin, you can also automate the build and deployment process for OpenShift.",
6161
"Time since the last message": "Time since the last message",
62-
"To get started with Apache Camel, you can either follow the guide for the <2>main Camel distribution</2> or use a guide tailored for popular frameworks like Spring Boot and Quarkus. Each approach is suited for different project needs and development styles. You can start a new Camel projects following the the start guide for the main Camel distribution, as well as the guides for using Camel with popular frameworks like <6>Spring Boot</6> and <10>Quarkus</10>. <12></12><13></13>You can also use one of the following tools:": "To get started with Apache Camel, you can either follow the guide for the <2>main Camel distribution</2> or use a guide tailored for popular frameworks like Spring Boot and Quarkus. Each approach is suited for different project needs and development styles. You can start a new Camel projects following the the start guide for the main Camel distribution, as well as the guides for using Camel with popular frameworks like <6>Spring Boot</6> and <10>Quarkus</10>. <12></12><13></13>You can also use one of the following tools:",
62+
"To get started with Apache Camel, you can either follow the guide for the <2>main Camel distribution</2> or use a guide tailored for popular frameworks like <6>Spring Boot</6> and <10>Quarkus</10>. Each approach is suited for different project needs and development styles.<12></12><13></13>You can also use one of the following tools:": "To get started with Apache Camel, you can either follow the guide for the <2>main Camel distribution</2> or use a guide tailored for popular frameworks like <6>Spring Boot</6> and <10>Quarkus</10>. Each approach is suited for different project needs and development styles.<12></12><13></13>You can also use one of the following tools:",
6363
"total": "total",
6464
"Total exchanges": "Total exchanges",
6565
"Unknown": "Unknown",

src/components/camel-list-page/CamelNewProjectAlert.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ const CamelNewProjectAlert: React.FC<CamelNewProjectAlertProps> = ({ isExpandabl
3434
<a href="https://camel.apache.org/camel-core/getting-started/index.html#BookGettingStarted-CreatingYourFirstProject">
3535
main Camel distribution
3636
</a>{' '}
37-
or use a guide tailored for popular frameworks like Spring Boot and Quarkus. Each
38-
approach is suited for different project needs and development styles. You can start a
39-
new Camel projects following the the start guide for the main Camel distribution, as
40-
well as the guides for using Camel with popular frameworks like{' '}
37+
or use a guide tailored for popular frameworks like{' '}
4138
<a href="https://camel.apache.org/camel-spring-boot/next/index.html">Spring Boot</a>{' '}
4239
and{' '}
4340
<a href="https://camel.apache.org/camel-quarkus/next/user-guide/first-steps.html">
4441
Quarkus
4542
</a>
46-
. <br />
43+
. Each approach is suited for different project needs and development styles.
44+
<br />
4745
<br />
4846
You can also use one of the following tools:
4947
</Trans>

0 commit comments

Comments
 (0)