aboutsummaryrefslogtreecommitdiffhomepage
path: root/errors
diff options
context:
space:
mode:
Diffstat (limited to 'errors')
-rw-r--r--errors/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors/errors.go b/errors/errors.go
index a99a3ab..71805ad 100644
--- a/errors/errors.go
+++ b/errors/errors.go
@@ -7,7 +7,7 @@ package errors
import (
"fmt"
- "github.com/miniflux/miniflux2/locale"
+ "github.com/miniflux/miniflux/locale"
)
// LocalizedError represents an error than could be translated to another language.