Skip to content

Commit

Permalink
Make explicit description for default retention for buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
votdev committed Oct 23, 2023
1 parent 492603d commit ae85a6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ export class BucketFormPageComponent implements OnInit, IsDirty {
type: 'checkbox',
name: 'RetentionEnabled',
label: TEXT('Retention'),
hint: TEXT('Prevent object deletion for a period of time.'),
hint: TEXT(
'Prevent object deletion for a period of time. This will be applied to any object without an explicit retention mode set.'
),
value: false,
modifiers: [
{
Expand Down

0 comments on commit ae85a6a

Please sign in to comment.