asab_webui_shell 25.2.5 → 25.2.6
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.
|
@@ -94,7 +94,9 @@ function InvitationScreen(props) {
|
|
|
94
94
|
var {
|
|
95
95
|
registrationUrl
|
|
96
96
|
} = _ref2;
|
|
97
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactstrap.FormText, null, t('InvitationScreen|If you want to invite the user manually, message them the registration URL below:')), /*#__PURE__*/_react.default.createElement(_reactstrap.InputGroup,
|
|
97
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactstrap.FormText, null, t('InvitationScreen|If you want to invite the user manually, message them the registration URL below:')), /*#__PURE__*/_react.default.createElement(_reactstrap.InputGroup, {
|
|
98
|
+
className: "mt-2 mb-3"
|
|
99
|
+
}, /*#__PURE__*/_react.default.createElement(_reactstrap.Input, {
|
|
98
100
|
readOnly: true,
|
|
99
101
|
value: registrationUrl
|
|
100
102
|
}), /*#__PURE__*/_react.default.createElement(_reactstrap.Button, {
|
|
@@ -151,7 +153,7 @@ function InvitationScreen(props) {
|
|
|
151
153
|
className: "flex-fill"
|
|
152
154
|
}, /*#__PURE__*/_react.default.createElement("h3", null, /*#__PURE__*/_react.default.createElement("i", {
|
|
153
155
|
className: "bi bi-person-plus pe-2"
|
|
154
|
-
}), t('InvitationScreen|Invite other
|
|
156
|
+
}), t('InvitationScreen|Invite other user')))), /*#__PURE__*/_react.default.createElement(_reactstrap.CardBody, null, /*#__PURE__*/_react.default.createElement(_reactstrap.Label, null, t('InvitationScreen|Enter the user\'s email address')), /*#__PURE__*/_react.default.createElement(_reactstrap.InputGroup, null, /*#__PURE__*/_react.default.createElement(_reactstrap.InputGroupText, null, /*#__PURE__*/_react.default.createElement("i", {
|
|
155
157
|
className: "bi bi-envelope-at"
|
|
156
158
|
})), /*#__PURE__*/_react.default.createElement(_reactstrap.Input, {
|
|
157
159
|
name: "email",
|