From 94b2f5dae90e53104375890096f786f277775e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Roux?= <47380500+loic-roux-404@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:44:27 +0200 Subject: [PATCH] error wording --- contabo/handleErrors.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contabo/handleErrors.go b/contabo/handleErrors.go index d088800..b83dcde 100644 --- a/contabo/handleErrors.go +++ b/contabo/handleErrors.go @@ -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", }) }