feat(invitations): add expires time tooltip when user exchange an invitation

This commit is contained in:
OldHawk
2018-06-03 14:17:06 +08:00
parent cda71a9c96
commit 7a5880d2c9
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@
closeButtonText: $translate.instant('EXCHANGE_INVITATION_CONFIRM_CANCEL'),
actionButtonText: $translate.instant('EXCHANGE_INVITATION_CONFIRM_OK'),
headerText: $translate.instant('EXCHANGE_INVITATION_CONFIRM_HEADER_TEXT'),
bodyText: $translate.instant('EXCHANGE_INVITATION_CONFIRM_BODY_TEXT', {score: vm.inviteConfig.scoreExchange})
bodyText: $translate.instant('EXCHANGE_INVITATION_CONFIRM_BODY_TEXT', {score: vm.inviteConfig.scoreExchange, hours: vm.inviteConfig.expires_str})
};
ModalConfirmService.showModal({}, modalOptions)