Skip to content

Commit bf9115d

Browse files
committed
Copy tweak
1 parent ce442b1 commit bf9115d

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default function Page() {
303303
// task.environments[0].slug
304304
// )}
305305
to={v3TestPath(organization, project)}
306-
title="Test"
306+
title="Test task"
307307
/>
308308
</>
309309
}
@@ -324,7 +324,7 @@ export default function Page() {
324324
to={v3TestPath(organization, project)}
325325
/>
326326
}
327-
content="Test"
327+
content="Test task"
328328
side="left"
329329
disableHoverableContent
330330
/>

0 commit comments

Comments
 (0)