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 c9292a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ export class BucketFormPageComponent implements OnInit, IsDirty {
type: 'checkbox',
name: 'retention_enabled',
label: TEXT('Retention'),
hint: TEXT('Prevent object deletion for a period of time.'),
hint: TEXT(
'Prevent object deletion for a period of time. The settings are applied to any object for which no explicit retention mode is specified.'
),
value: false,
modifiers: [
{
Expand Down
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. The settings are applied to any object for which no explicit retention mode is specified.'
),
value: false,
modifiers: [
{
Expand Down

0 comments on commit c9292a9

Please sign in to comment.