mirror of
https://github.com/harness/drone.git
synced 2025-05-10 12:51:59 +08:00
fix titles
This commit is contained in:
parent
82f984b663
commit
b965c8f578
@ -318,7 +318,7 @@ export const NewRepoModalButton: React.FC<NewRepoModalButtonProps> = ({
|
|||||||
{
|
{
|
||||||
type: RepoCreationType.CREATE,
|
type: RepoCreationType.CREATE,
|
||||||
title: getString('newRepo'),
|
title: getString('newRepo'),
|
||||||
desc: getString('createNewRepo')
|
desc: getString('createARepo')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: RepoCreationType.IMPORT,
|
type: RepoCreationType.IMPORT,
|
||||||
|
@ -220,7 +220,7 @@ export const NewSpaceModalButton: React.FC<NewSpaceModalButtonProps> = ({
|
|||||||
{
|
{
|
||||||
type: SpaceCreationType.CREATE,
|
type: SpaceCreationType.CREATE,
|
||||||
title: getString('newSpace'),
|
title: getString('newSpace'),
|
||||||
desc: getString('importSpace.createNewSpace')
|
desc: getString('importSpace.createASpace')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: SpaceCreationType.IMPORT,
|
type: SpaceCreationType.IMPORT,
|
||||||
|
@ -261,7 +261,7 @@ export interface StringsMap {
|
|||||||
'importRepo.validation': string
|
'importRepo.validation': string
|
||||||
'importSpace.authorization': string
|
'importSpace.authorization': string
|
||||||
'importSpace.content': string
|
'importSpace.content': string
|
||||||
'importSpace.createNewSpace': string
|
'importSpace.createASpace': string
|
||||||
'importSpace.descPlaceholder': string
|
'importSpace.descPlaceholder': string
|
||||||
'importSpace.description': string
|
'importSpace.description': string
|
||||||
'importSpace.details': string
|
'importSpace.details': string
|
||||||
|
@ -718,8 +718,8 @@ importRepo:
|
|||||||
usernameReq: Username is required
|
usernameReq: Username is required
|
||||||
passwordReq: Password is required
|
passwordReq: Password is required
|
||||||
importSpace:
|
importSpace:
|
||||||
title: Import Space
|
title: Import space
|
||||||
createNewSpace: Create New Space
|
createASpace: Create a space
|
||||||
authorization: Authorization
|
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.
|
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
|
next: Next step
|
||||||
|
Loading…
Reference in New Issue
Block a user