Skip to content

Commit 3e57927

Browse files
changed from owner to author.
1 parent d0ebac1 commit 3e57927

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

src/services/locales/zu.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"successToaster": "Invite deleted"
218218
},
219219
"status": {
220-
"owner": "Owner",
220+
"owner": "Author",
221221
"pending": "Pending",
222222
"accepted": "Accepted"
223223
},
@@ -640,10 +640,10 @@
640640
"text": "Datasource commit"
641641
},
642642
"author": {
643-
"text": "Author"
643+
"text": "AUTHOR"
644644
},
645645
"createdAt": {
646-
"text": "Created At"
646+
"text": "CREATED AT"
647647
}
648648
},
649649
"WorkspacesHeader": {

src/ui/layouts/pipelines/PipelineDetail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const PipelineDetail: React.FC = () => {
119119
</Box>
120120

121121
<Box>
122-
<Paragraph style={headStyle}>OWNER</Paragraph>
122+
<Paragraph style={headStyle}>AUTHOR</Paragraph>
123123
<Paragraph style={{ color: '#515151', marginTop: '10px' }}>
124124
{pipeline?.user?.name}
125125
</Paragraph>

src/ui/layouts/pipelines/Pipelines/List/getHeaderCols.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const getHeaderCols = ({
117117
{
118118
render: () => (
119119
<Paragraph size="small" color="black">
120-
OWNER
120+
AUTHOR
121121
</Paragraph>
122122
),
123123
width: '11%',

src/ui/layouts/runs/Stacks/List/getHeaderCols.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const getHeaderCols = ({
106106
{
107107
render: () => (
108108
<Paragraph size="small" color="black">
109-
OWNER
109+
AUTHOR
110110
</Paragraph>
111111
),
112112
width: '11%',

src/ui/layouts/stackComponents/Stacks/List/getHeaderCols.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const getHeaderCols = ({
169169
{
170170
render: () => (
171171
<Paragraph size="small" color="black" style={{ fontSize: '12px' }}>
172-
OWNER
172+
AUTHOR
173173
</Paragraph>
174174
),
175175
width: '15%',

src/ui/layouts/stacks/RunsTable/HeaderCols/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export const useHeaderCols = ({
238238
{
239239
render: () => (
240240
<Paragraph size="small" color="black">
241-
OWNER
241+
AUTHOR
242242
</Paragraph>
243243
),
244244
width: '10%',

src/ui/layouts/stacks/StackDetail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const StackDetail: React.FC = () => {
131131
</Paragraph>
132132
</Box>
133133
<Box>
134-
<Paragraph style={headStyle}>OWNER</Paragraph>
134+
<Paragraph style={headStyle}>AUTHOR</Paragraph>
135135
<Paragraph style={{ color: '#515151', marginTop: '10px' }}>
136136
{stack?.user?.name}
137137
</Paragraph>

src/ui/layouts/stacks/Stacks/List/getHeaderCols.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const getHeaderCols = ({
166166
{
167167
render: () => (
168168
<Paragraph size="small" color="black">
169-
OWNER
169+
AUTHOR
170170
</Paragraph>
171171
),
172172
width: '11%',

0 commit comments

Comments
 (0)