+ Are you sure you would like to gift {{ amount }} GB of storage to + {{ email }}? +
++ Once confirmed, the gift storage cannot be reclaimed. + + +
+diff --git a/src/app/core/components/confirm-gift-dialog/confirm-gift-dialog.component.html b/src/app/core/components/confirm-gift-dialog/confirm-gift-dialog.component.html new file mode 100644 index 000000000..d6125e4d4 --- /dev/null +++ b/src/app/core/components/confirm-gift-dialog/confirm-gift-dialog.component.html @@ -0,0 +1,24 @@ + +
+ Are you sure you would like to gift {{ amount }} GB of storage to + {{ email }}? +
++ Once confirmed, the gift storage cannot be reclaimed. + + +
+Gift Storage
++ Gift any amount of your unused storage to someone else. You can send + storage to both current Permanent users and those who do not yet have an + account; they must log in to/create an account in order to claim their + storage. +
+ +Storage successfully gifted
++ Success! You sent {{ giftForm.value.amount }} GB of Permanent storage to + {{ giftForm.value.email }}. +
++ You have + {{ (+(+availableSpace) - +(+giftForm.value.amount)).toFixed(2) }} GB of + storage available. +
+