Skip to content

Commit

Permalink
adjust content migration naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Nov 6, 2024
1 parent 4a30b94 commit b892091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

6 changes: 3 additions & 3 deletions src/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type MenuActionTitle =
| "Sync model"
| "Run sync"
| "Create sync snapshot"
| "Sync content"
| "Migrate content"
| "Environment Backup"
| "Environment Restore"
| "Clean";
Expand All @@ -33,8 +33,8 @@ export const mainMenu: ReadonlyArray<MenuAction> = [
],
},
{
title: "Sync content",
tooltip: "Synchronize content between two environments.",
title: "Migrate content",
tooltip: "Migrate content between two environments.",
},
{
title: "Environment Backup",
Expand Down

0 comments on commit b892091

Please sign in to comment.