Skip to content

Commit dab13a5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const EditGitlabProvider = ({ gitlabId }: Props) => {
192192
</FormLabel>
193193
<FormControl>
194194
<Input
195-
placeholder="For organization/group access use the sluggish name of the group eg: my-org"
195+
placeholder="For organization/group access use the slug name of the group eg: my-org"
196196
{...field}
197197
/>
198198
</FormControl>

0 commit comments

Comments
 (0)