summaryrefslogtreecommitdiffstats
path: root/utils/file_backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/file_backend.go')
-rw-r--r--utils/file_backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/file_backend.go b/utils/file_backend.go
index 0da0bc3b8..60c90960d 100644
--- a/utils/file_backend.go
+++ b/utils/file_backend.go
@@ -42,5 +42,5 @@ func NewFileBackend(settings *model.FileSettings, enableComplianceFeatures bool)
directory: settings.Directory,
}, nil
}
- return nil, model.NewAppError("NewFileBackend", "No file driver selected.", nil, "", http.StatusInternalServerError)
+ return nil, model.NewAppError("NewFileBackend", "api.file.no_driver.app_error", nil, "", http.StatusInternalServerError)
}