File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const Projects = () => {
70
70
< div className = "flex flex-col items-center pt-32" >
71
71
< h1 className = "mb-8 heading-large" > Get started</ h1 >
72
72
< p className = "text-center body-large mb-16" >
73
- To start use Antenna, register your first project or view public
73
+ To start use Antenna, create your first project or view the public
74
74
ones.
75
75
</ p >
76
76
< div className = "flex flex-col items-center gap-8" >
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
409
409
[ STRING . FIELD_LABEL_VERSION_NAME ] : 'Version Name' ,
410
410
411
411
/* ENTITY */
412
- [ STRING . ENTITY_CREATE ] : 'Register new {{type}}' ,
412
+ [ STRING . ENTITY_CREATE ] : 'Create new {{type}}' ,
413
413
[ STRING . ENTITY_DELETE ] : 'Delete {{type}}' ,
414
414
[ STRING . ENTITY_DETAILS ] : '{{type}} details' ,
415
415
[ STRING . ENTITY_EDIT ] : 'Edit {{type}}' ,
You can’t perform that action at this time.
0 commit comments