Skip to content

Commit cfe68a3

Browse files
committed
Update title of Japanese remote-replication.mdx doc
1 parent 6941ac4 commit cfe68a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ const sidebars = {
18061806
{
18071807
type: 'doc',
18081808
id: 'scalardb-cluster/remote-replication',
1809-
label: '災害復旧のためのデータレプリケーション',
1809+
label: '高可用性のためのデータレプリケーション',
18101810
},
18111811
{
18121812
type: 'category',

src/components/Cards/ja-jp/3.16.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const recentFeatures = [
2626
{
2727
cell: 0, // First cell
2828
links: ['scalardb-cluster/remote-replication'],
29-
labels: ['災害復旧のためのデータレプリケーション']
29+
labels: ['高可用性のためのデータレプリケーション']
3030
},
3131
{
3232
cell: 1, // Second cell

src/data/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const notificationsList = [
1515
{
1616
message: {
1717
en: 'Replicate data for high availability in ScalarDB 3.16',
18-
ja: 'ScalarDB 3.16 でのデータの災害復旧のためのレプリケーション'
18+
ja: 'ScalarDB 3.16 でのデータの高可用性のためのレプリケーション'
1919
},
2020
url: {
2121
en: 'scalardb-cluster/remote-replication?utm_source=docs-site&utm_medium=notifications',

0 commit comments

Comments
 (0)