@bigbinary/neeto-commons-frontend 2.0.100 → 2.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -617,9 +617,9 @@ var memberTexts = {
617
617
  accountActivatedToastMessage: function accountActivatedToastMessage(name) {
618
618
  return "".concat(name, "'s account has been activated.");
619
619
  },
620
- activateMember: "Activate member",
620
+ activateMember: "Activate member?",
621
621
  activateMemberAlertMessage: function activateMemberAlertMessage(email) {
622
- return "You are activating ".concat(email, ". Are you sure you want to proceed?");
622
+ return "You are activating the member ".concat(email, ".");
623
623
  },
624
624
  addMemberToProducts: function addMemberToProducts(email) {
625
625
  return "Add ".concat(email, " to the following neeto products.");
@@ -627,9 +627,9 @@ var memberTexts = {
627
627
  deactivateAccountToastMessage: function deactivateAccountToastMessage(name) {
628
628
  return "".concat(name, "'s account has been deactivated.");
629
629
  },
630
- deactivateMember: "Deactivate member",
630
+ deactivateMember: "Deactivate member?",
631
631
  deactivateMemberAlertMessage: function deactivateMemberAlertMessage(email) {
632
- return "You are deactivating ".concat(email, ". Are you sure you want to proceed?");
632
+ return "You are deactivating the member ".concat(email, ".");
633
633
  },
634
634
  editMember: "Edit member",
635
635
  inviteMessage: function inviteMessage(_ref) {
@@ -647,9 +647,9 @@ var memberTexts = {
647
647
  searchMembers: "Search members",
648
648
  noDataTitle: "There are no members to show",
649
649
  editor: "Editor",
650
- changeRole: "Change role",
650
+ changeRole: "Change role?",
651
651
  changeRoleAlertMsg: function changeRoleAlertMsg(member, role) {
652
- return "You are changing role of ".concat(member, " to ").concat(role, ". Are you sure you want to proceed?");
652
+ return "You are changing the role of ".concat(member, " to ").concat(role, ".");
653
653
  },
654
654
  collaborator: "Collaborator"
655
655
  };