File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
stackComponents/Stacks/List Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 217217 "successToaster" : " Invite deleted"
218218 },
219219 "status" : {
220- "owner" : " Owner " ,
220+ "owner" : " Author " ,
221221 "pending" : " Pending" ,
222222 "accepted" : " Accepted"
223223 },
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" : {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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%' ,
Original file line number Diff line number Diff 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%' ,
Original file line number Diff line number Diff 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%' ,
Original file line number Diff line number Diff 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%' ,
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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%' ,
You can’t perform that action at this time.
0 commit comments