Skip to content

Commit a6b635c

Browse files
committed
Fix lint
1 parent 23b1749 commit a6b635c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/icons/Git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
fill: 'currentFill',
2626
d: 'M251.172 116.594L139.4 4.828c-6.433-6.437-16.873-6.437-23.314 0l-23.21 23.21 29.443 29.443c6.842-2.312 14.688-.761 20.142 4.693 5.48 5.489 7.02 13.402 4.652 20.266l28.375 28.376c6.865-2.365 14.786-.835 20.269 4.657 7.663 7.66 7.663 20.075 0 27.74-7.665 7.666-20.08 7.666-27.749 0-5.764-5.77-7.188-14.235-4.27-21.336l-26.462-26.462-.003 69.637a19.82 19.82 0 0 1 5.188 3.71c7.663 7.66 7.663 20.076 0 27.747-7.665 7.662-20.086 7.662-27.74 0-7.663-7.671-7.663-20.086 0-27.746a19.654 19.654 0 0 1 6.421-4.281V94.196a19.378 19.378 0 0 1-6.421-4.281c-5.806-5.798-7.202-14.317-4.227-21.446L81.47 39.442l-76.64 76.635c-6.44 6.443-6.44 16.884 0 23.322l111.774 111.768c6.435 6.438 16.873 6.438 23.316 0l111.251-111.249c6.438-6.44 6.438-16.887 0-23.324'
2727
})
28-
}
28+
}
2929

3030
return (_openBlock(), _createBlock('svg', {
3131
xmlns: 'http://www.w3.org/2000/svg',

frontend/src/pages/team/Settings/dialogs/CreateGitTokenDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@confirm="confirm()"
88
>
99
<template #default>
10-
<p>Add a new GitHub or Azure DevOps Personal Access Token to your team.</p>
10+
<p>Add a new Git Personal Access Token to your team.</p>
1111

1212
<ol class="list-decimal list-inside space-y-1 ml-2">
1313
<li>Open <a href="https://github.com/settings/personal-access-tokens" target="_blank">GitHub Personal Access Tokens Settings</a></li>

0 commit comments

Comments
 (0)