Skip to content

Commit

Permalink
Merge pull request #278 from votdev/issue_748_retention_desc
Browse files Browse the repository at this point in the history
Make explicit description for default retention for buckets
  • Loading branch information
votdev authored Oct 25, 2023
2 parents d1f1027 + c9292a9 commit 7fe5e7f
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 7fe5e7f

Please sign in to comment.