Skip to content

Commit

Permalink
chore: correcting incorrect policy template field help text (#124)
Browse files Browse the repository at this point in the history
```release-note
None
```
  • Loading branch information
longjuan committed Mar 1, 2024
1 parent 71c9784 commit 73bd9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/extensions/policy-template-s3os.yaml
Expand Up @@ -98,7 +98,7 @@ spec:
label: 自定义文件名模板
if: "$randomFilenameMode == 'custom'"
value: "${origin-filename}"
help: 支持的占位符请查阅:https://github.com/halo-dev/plugin-s3#上传时重命名文件方式
help: 支持的占位符请查阅:https://github.com/halo-dev/plugin-s3#自定义文件名模板
- $formkit: select
name: duplicateFilenameHandling
label: 重复文件名处理方式
Expand Down

0 comments on commit 73bd9e9

Please sign in to comment.