Skip to content

Commit

Permalink
error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-roux-404 authored Apr 7, 2023
1 parent afe4ac4 commit 94b2f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contabo/handleErrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func HandleDownloadErrors(
) diag.Diagnostics {
return append(diags, diag.Diagnostic{
Severity: diag.Error,
Summary: "Download error, check the image url availability and retry",
Detail: "Download error, check the image url availability and retry",
Summary: "Download error, check the url availability and retry",
Detail: "Download error, check the url availability and retry",
})
}

0 comments on commit 94b2f5d

Please sign in to comment.