Skip to content

Commit d932f0b

Browse files
committed
提示文本修改
1 parent 2e6adf7 commit d932f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/CloudStoreModel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func NewCloudStore(private bool) (cs *CloudStore, err error) {
3333
return NewCloudStoreWithConfig(config, storeType, private)
3434
}
3535

36-
var errWithoutConfig = errors.New("尚未配置云存储配置项?")
36+
var errWithoutConfig = errors.New("云存储配置不正确")
3737

3838
func NewCloudStoreWithConfig(storeConfig interface{}, storeType helper.ConfigCate, private bool) (cs *CloudStore, err error) {
3939
cs = &CloudStore{

0 commit comments

Comments
 (0)