mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
Prefer "team members" (American English) (#5754)
This commit is contained in:
parent
0d5df5d3ba
commit
e61f7ed9a7
@ -155,7 +155,7 @@ function RecentInsightList(): JSX.Element {
|
||||
<React.Fragment>
|
||||
<Card className="history-panel-container" bordered={false} style={{ marginTop: '-30px' }}>
|
||||
<Divider />
|
||||
<Paragraph>Jump back into recent work or an analysis from one of your teammates.</Paragraph>
|
||||
<Paragraph>Jump back into recent work or insights run by other team members.</Paragraph>
|
||||
|
||||
<InsightHistoryPanel displayLocation="project home" />
|
||||
</Card>
|
||||
|
@ -104,7 +104,7 @@ export function BulkInviteModal({ visible, onClose }: { visible: boolean; onClos
|
||||
showIcon
|
||||
message={
|
||||
<>
|
||||
You've hit the limit of teammates you can invite to your PostHog instance given your
|
||||
You've hit the limit of team members you can invite to your PostHog instance given your
|
||||
license. Please contact <a href="mailto:sales@posthog.com">sales@posthog.com</a> to upgrade
|
||||
your license.
|
||||
</>
|
||||
|
@ -77,7 +77,7 @@ export function CreateInviteModalWithButton(buttonProps: ButtonProps): JSX.Eleme
|
||||
showIcon
|
||||
message={
|
||||
<>
|
||||
You've hit the limit of teammates you can invite to your PostHog instance given your
|
||||
You've hit the limit of team members you can invite to your PostHog instance given your
|
||||
license. Please contact <a href="mailto:sales@posthog.com">sales@posthog.com</a> to
|
||||
upgrade your license.
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user