mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Change translation keys for lib directory
This commit is contained in:
parent
fb8bd2ddcd
commit
156a471db7
@ -109,10 +109,10 @@ export function buildACMemberEmail(
|
|||||||
cssUserImagePlus.cls('-invalid', (use) => !use(enableAdd),
|
cssUserImagePlus.cls('-invalid', (use) => !use(enableAdd),
|
||||||
)),
|
)),
|
||||||
cssMemberText(
|
cssMemberText(
|
||||||
cssMemberPrimaryPlus(t("InviteNewMember")),
|
cssMemberPrimaryPlus(t("Invite new member")),
|
||||||
cssMemberSecondaryPlus(
|
cssMemberSecondaryPlus(
|
||||||
// dom.text(use => `We'll email an invite to ${use(emailObs)}`)
|
// dom.text(use => `We'll email an invite to ${use(emailObs)}`)
|
||||||
dom.text(use => t('InviteEmail', {email: use(emailObs)})) // TODO i18next
|
dom.text(use => t("We'll email an invite to {{email}}", {email: use(emailObs)})) // TODO i18next
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
testId("um-add-email")
|
testId("um-add-email")
|
||||||
@ -143,7 +143,7 @@ export function buildACMemberEmail(
|
|||||||
(emailInput = cssEmailInput(
|
(emailInput = cssEmailInput(
|
||||||
emailObs,
|
emailObs,
|
||||||
{onInput: true, isValid},
|
{onInput: true, isValid},
|
||||||
{type: "email", placeholder: t("EmailInputPlaceholder")},
|
{type: "email", placeholder: t("Enter email address")},
|
||||||
dom.on("input", acOpen),
|
dom.on("input", acOpen),
|
||||||
dom.on("focus", acOpen),
|
dom.on("focus", acOpen),
|
||||||
dom.on("click", acOpen),
|
dom.on("click", acOpen),
|
||||||
|
Loading…
Reference in New Issue
Block a user