Skip to content

Commit 52c6ee8

Browse files
authored
docs: update shared project text (#278)
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">
1 parent dadc5e6 commit 52c6ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/__snapshots__/projects.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exports[`projects > list 1`] = `
114114
name: Project_3
115115
created_at: 2019-01-01T00:00:00.000Z
116116
updated_at: 2019-01-01T00:00:00.000Z
117-
shared_with_me:
117+
shared_with_you:
118118
- id: adj-noun-12401747
119119
region_id: aws-us-east-2
120120
name: Shared Project

src/commands/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const list = async (props: CommonProps & { orgId?: string }) => {
203203
if (sharedProjects) {
204204
out.write(await sharedProjects, {
205205
fields: PROJECT_FIELDS,
206-
title: 'Shared with me',
206+
title: 'Shared with you',
207207
});
208208
}
209209

0 commit comments

Comments
 (0)