mirror of
https://github.com/harness/drone.git
synced 2025-05-10 00:11:43 +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,
|
||||
title: getString('newRepo'),
|
||||
desc: getString('createNewRepo')
|
||||
desc: getString('createARepo')
|
||||
},
|
||||
{
|
||||
type: RepoCreationType.IMPORT,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user