Skip to content

Commit 3874302

Browse files
committed
Change disaster recovery to high availability
1 parent dca4fd9 commit 3874302

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
@@ -839,7 +839,7 @@ const sidebars = {
839839
{
840840
type: 'doc',
841841
id: 'scalardb-cluster/remote-replication',
842-
label: 'Replicate Data for Disaster Recovery',
842+
label: 'Replicate Data for High Availability',
843843
},
844844
{
845845
type: 'category',

src/components/Cards/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: ['Replicate Data for Disaster Recovery']
29+
labels: ['Replicate Data for High Availability']
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
@@ -14,7 +14,7 @@ const notificationsList = [
1414
// },
1515
{
1616
message: {
17-
en: 'Replicate data for disaster recovery in ScalarDB 3.16',
17+
en: 'Replicate data for high availability in ScalarDB 3.16',
1818
ja: 'ScalarDB 3.16 でのデータの災害復旧のためのレプリケーション'
1919
},
2020
url: {

0 commit comments

Comments
 (0)