fix titles

This commit is contained in:
Vardan Bansal 2023-09-18 16:30:33 -07:00
parent 82f984b663
commit b965c8f578
4 changed files with 5 additions and 5 deletions

View File

@ -318,7 +318,7 @@ export const NewRepoModalButton: React.FC<NewRepoModalButtonProps> = ({
{
type: RepoCreationType.CREATE,
title: getString('newRepo'),
desc: getString('createNewRepo')
desc: getString('createARepo')
},
{
type: RepoCreationType.IMPORT,

View File

@ -220,7 +220,7 @@ export const NewSpaceModalButton: React.FC<NewSpaceModalButtonProps> = ({
{
type: SpaceCreationType.CREATE,
title: getString('newSpace'),
desc: getString('importSpace.createNewSpace')
desc: getString('importSpace.createASpace')
},
{
type: SpaceCreationType.IMPORT,

View File

@ -261,7 +261,7 @@ export interface StringsMap {
'importRepo.validation': string
'importSpace.authorization': string
'importSpace.content': string
'importSpace.createNewSpace': string
'importSpace.createASpace': string
'importSpace.descPlaceholder': string
'importSpace.description': string
'importSpace.details': string

View File

@ -718,8 +718,8 @@ importRepo:
usernameReq: Username is required
passwordReq: Password is required
importSpace:
title: Import Space
createNewSpace: Create New Space
title: Import space
createASpace: Create a space
authorization: Authorization
content: Import a GitLab Group or a GitHub Org to a new Space in Gitness. Entities at the top level will be imported to the space.
next: Next step