Skip to content

Commit 4a7e9a2

Browse files
fix: use slug instead of sluggish
Update apps/dokploy/components/dashboard/settings/git/gitlab/add-gitlab-provider.tsx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent f83ab29 commit 4a7e9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dokploy/components/dashboard/settings/git/gitlab/add-gitlab-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export const AddGitlabProvider = () => {
283283
</FormLabel>
284284
<FormControl>
285285
<Input
286-
placeholder="For organization/group access use the sluggish name of the group eg: my-org"
286+
placeholder="For organization/group access use the slug name of the group eg: my-org"
287287
{...field}
288288
/>
289289
</FormControl>

0 commit comments

Comments
 (0)