Skip to content

Commit 1b20a94

Browse files
authored
Reword sample applications category and version home page cards (#720)
* Reword samples category * Reword samples cards
1 parent f4063b6 commit 1b20a94

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const sidebars = {
275275
},
276276
{
277277
type: 'category',
278-
label: 'Create Sample Applications',
278+
label: 'Run Sample Applications',
279279
collapsible: true,
280280
items: [
281281
{

src/components/Cards/3.10.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.11.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.12.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.13.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.4.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.5.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.6.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.7.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.8.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CardsSamples = [
7575
},
7676
description: (
7777
<Translate id="home.samples.description">
78-
Create a sample application with multi-storage transaction support
78+
Run a sample application with multi-storage transaction support
7979
</Translate>
8080
),
8181
},
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a sample application that supports microservice transactions
90+
Run a sample application that supports microservice transactions
9191
</Translate>
9292
),
9393
},

0 commit comments

Comments
 (0)