Fixed minor grammatical errors

This commit is contained in:
Kritonas 2020-05-04 17:34:50 +03:00
parent 9debd341bc
commit 71395a0656
1 changed files with 2 additions and 2 deletions

View File

@ -657,7 +657,7 @@ func (b *Remote) Operation(ctx context.Context, op *backend.Operation) (*backend
"workspace %s not found\n\n"+
"The configured \"remote\" backend returns '404 Not Found' errors for resources\n"+
"that do not exist, as well as for resources that a user doesn't have access\n"+
"to. When the resource does exists, please check the rights for the used token.",
"to. If the resource does exist, please check the rights for the used token.",
name,
)
default:
@ -863,7 +863,7 @@ func generalError(msg string, err error) error {
fmt.Sprintf("%s: %v", msg, err),
`The configured "remote" backend returns '404 Not Found' errors for resources `+
`that do not exist, as well as for resources that a user doesn't have access `+
`to. If the resource does exists, please check the rights for the used token.`,
`to. If the resource does exist, please check the rights for the used token.`,
))
return diags.Err()
default: