Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "feat: text change from member to people" #2030

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function FooterButtons(props) {
Are you sure you want to reject?
</div>
<div className='text-sm font-normal leading-5 text-left'>
Clicking reject will remove the people from the list.
Clicking reject will remove the member from the list.
</div>

<div className="flex gap-[8px] mt-[25px] justify-end">
Expand Down
2 changes: 1 addition & 1 deletion apps/back-office/components/member-table/member-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const MemberTable = (props: any) => {
Are you sure you want to reject?
</div>
<div className='text-sm font-normal leading-5 text-left'>
Clicking reject will remove the people from the list.
Clicking reject will remove the member from the list.
</div>

<div className="flex gap-[8px] mt-[25px] justify-end">
Expand Down
4 changes: 2 additions & 2 deletions apps/back-office/components/members/memberskillform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function AddMemberSkillForm(props) {
<InformationCircleIcon />
</div>
<span className="pl-1.5 text-[13px] leading-[18px] text-[#0F172A] opacity-40">
Sharing your skills help other network people & teams connect with
Sharing your skills help other network members & teams connect with
you.
</span>
</div>
Expand Down Expand Up @@ -115,7 +115,7 @@ export default function AddMemberSkillForm(props) {
</div>
<span className="pl-1.5 text-[13px] leading-[18px] text-[#0F172A] opacity-40">
Enabling this implies you are open to collaborate on shared ideas
& projects with other people. This is one way to join forces &
& projects with other members. This is one way to join forces &
reach a common goal.
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/back-office/components/teams/teamstepone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function TeamStepOne(props) {
</div>
<span className="pl-1.5 text-[13px] leading-[18px] text-[#0F172A] opacity-40">
If your team offers group office hours or open meetings that are
open to the public, please share the link so PLN people can join
open to the public, please share the link so PLN members can join
and learn more.
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/back-office/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const APP_CONSTANTS = {
APPROVED_FLAG: 'APPROVED',
REJECTED_FLAG: 'REJECTED',
CLOSED_FLAG: 'CLOSED',
MEMBER_LABEL: 'People',
MEMBER_LABEL: 'Members',
TEAMS_LABEL: 'Teams',
NO_DATA_AVAILABLE_LABEL: 'No data available',
VIEW_CLOSED_REQUEST_LABEL: 'View closed requests',
Expand Down
Loading