Skip to content

Commit 2c1e35f

Browse files
committed
copy: tweak wording
1 parent 2b59d8e commit 2c1e35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/pages/projects/projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const Projects = () => {
7070
<div className="flex flex-col items-center pt-32">
7171
<h1 className="mb-8 heading-large">Get started</h1>
7272
<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
7474
ones.
7575
</p>
7676
<div className="flex flex-col items-center gap-8">

ui/src/utils/language.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
409409
[STRING.FIELD_LABEL_VERSION_NAME]: 'Version Name',
410410

411411
/* ENTITY */
412-
[STRING.ENTITY_CREATE]: 'Register new {{type}}',
412+
[STRING.ENTITY_CREATE]: 'Create new {{type}}',
413413
[STRING.ENTITY_DELETE]: 'Delete {{type}}',
414414
[STRING.ENTITY_DETAILS]: '{{type}} details',
415415
[STRING.ENTITY_EDIT]: 'Edit {{type}}',

0 commit comments

Comments
 (0)