Skip to content

Commit

Permalink
docs: update shared project text (#278)
Browse files Browse the repository at this point in the history
Change "Shared with me" to "Shared with you" to align with the console.

<img width="1485" alt="image"
src="https://github.com/user-attachments/assets/8f982bbc-6c09-4f53-ba53-3737a69eee60">
  • Loading branch information
danieltprice authored Sep 20, 2024
1 parent dadc5e6 commit 52c6ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/__snapshots__/projects.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports[`projects > list 1`] = `
name: Project_3
created_at: 2019-01-01T00:00:00.000Z
updated_at: 2019-01-01T00:00:00.000Z
shared_with_me:
shared_with_you:
- id: adj-noun-12401747
region_id: aws-us-east-2
name: Shared Project
Expand Down
2 changes: 1 addition & 1 deletion src/commands/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const list = async (props: CommonProps & { orgId?: string }) => {
if (sharedProjects) {
out.write(await sharedProjects, {
fields: PROJECT_FIELDS,
title: 'Shared with me',
title: 'Shared with you',
});
}

Expand Down

0 comments on commit 52c6ee8

Please sign in to comment.