-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from bcgov/idim-notice
Add notice on Configure Bucket form
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
export const BucketConfig = Object.freeze({ | ||
HEADER_NEW_BUCKET: 'Configure bucket', | ||
TITLE_NEW_BUCKET: 'Use this form to configure a bucket to be used in BCBox for the first time.' | ||
TITLE_NEW_BUCKET: 'Use this form to configure a bucket to be used in BCBox for the first time.', | ||
NOTICE_NEW_BUCKET: 'If you intend to share files in your bucket with BCeID users, you are required' | ||
+ ' to email [email protected] to share your intentions and where you intend to advertise this.' | ||
}); | ||
|
||
export const Permissions = Object.freeze({ | ||
|