fix: Correct invite placeholder now email invite is supported
This commit is contained in:
@@ -288,7 +288,7 @@ function SharePopover({
|
||||
{backButton}
|
||||
<Input
|
||||
key="input"
|
||||
placeholder={`${t("Invite by name")}…`}
|
||||
placeholder={`${t("Invite")}…`}
|
||||
value={query}
|
||||
onChange={handleQuery}
|
||||
onClick={showPicker}
|
||||
@@ -306,7 +306,7 @@ function SharePopover({
|
||||
<NativeInput
|
||||
key="input"
|
||||
ref={inputRef}
|
||||
placeholder={`${t("Invite by name")}…`}
|
||||
placeholder={`${t("Invite")}…`}
|
||||
value={query}
|
||||
onChange={handleQuery}
|
||||
onClick={showPicker}
|
||||
|
||||
@@ -295,7 +295,6 @@
|
||||
"{{ userName }} was invited to the document": "{{ userName }} was invited to the document",
|
||||
"{{ count }} people invited to the document": "{{ count }} people invited to the document",
|
||||
"{{ count }} people invited to the document_plural": "{{ count }} people invited to the document",
|
||||
"Invite by name": "Invite by name",
|
||||
"No matches": "No matches",
|
||||
"Logo": "Logo",
|
||||
"Move document": "Move document",
|
||||
|
||||
Reference in New Issue
Block a user