Fixed tooltip on Add Access Rule modal (#2683)

This commit is contained in:
jinapurapu
2023-02-27 07:42:04 -08:00
committed by GitHub
parent 154974c24e
commit 372852ee86

View File

@@ -102,7 +102,7 @@ const AddAccessRule = ({
setPrefix(e.target.value);
}}
tooltip={
"Leave this field blank to apply the rule to all prefixes and objects at the bucket root. Do not include the wildcard asterisk ``*`` as part of the prefix *unless* it is an explicit part of the prefix name. The Console automatically appends an asterisk to the appropriate sections of the resulting IAM policy."
"Enter '/' to apply the rule to all prefixes and objects at the bucket root. Do not include the wildcard asterisk '*' as part of the prefix *unless* it is an explicit part of the prefix name. The Console automatically appends an asterisk to the appropriate sections of the resulting IAM policy."
}
/>
</Grid>