Skip to content

Commit

Permalink
fix(ui): Change tab title to Sync Windows (argoproj#20018)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref committed Sep 20, 2024
1 parent 2b64c71 commit b0e3160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class ProjectDetails extends React.Component<RouteComponentProps<{name: s
},
{
key: 'windows',
title: 'Windows',
title: 'Sync Windows',
content: this.SyncWindowsTab(proj, ctx)
},
{
Expand Down

0 comments on commit b0e3160

Please sign in to comment.