Fixed typo. (#391)
This commit is contained in:
parent
2b63178b6e
commit
8833647745
|
@ -138,7 +138,7 @@ class Adapter {
|
|||
case 404:
|
||||
error = 'Private repository'
|
||||
message =
|
||||
`Accessing private repositories requires a access token.
|
||||
`Accessing private repositories requires an access token.
|
||||
Follow <a href="${this.getCreateTokenUrl()}" target="_blank">this link</a>
|
||||
to create one and paste it below.`
|
||||
needAuth = true
|
||||
|
|
Loading…
Reference in New Issue