Skip to content

Commit 318323d

Browse files
author
NisanthanNanthakumar
authored
fix(codeowners): Add space in error message (#26196)
Objective: Fix missing space in callout modal before "Team mapping".
1 parent 4dc0d7c commit 318323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/settings/project/projectOwnership/addCodeOwnerModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class AddCodeOwnerModal extends Component<Props, State> {
132132
{codeMapping && (
133133
<p>
134134
{tct(
135-
'Configure [userMappingsLink:User Mappings] or[teamMappingsLink:Team Mappings] for any missing associations.',
135+
'Configure [userMappingsLink:User Mappings] or [teamMappingsLink:Team Mappings] for any missing associations.',
136136
{
137137
userMappingsLink: (
138138
<Link

0 commit comments

Comments
 (0)