Skip to content

Commit

Permalink
github capitialization update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi committed Jan 4, 2024
1 parent 9dc9193 commit bd3b716
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
dbc.PopoverHeader("Graph Info:"),
dbc.PopoverBody(
"This graph counts the number of core contributions that COULD be linked to each company.\n\
The methodology behind this is to take each associated email to someones github account\n\
The methodology behind this is to take each associated email to someones GitHub account\n\
and link the contributions to each as it is unknown which initity the actvity was done for.\n\
Then the graph groups contributions by contributors and filters by contributors that are core.\n\
Contributions required is the amount of contributions necessary to be consider a core contributor\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
dbc.CardBody(
[
html.H3(
"Company Affiliation by Github Account Info",
"Company Affiliation by GitHub Account Info",
className="card-title",
style={"textAlign": "center"},
),
Expand All @@ -33,7 +33,7 @@
dbc.PopoverHeader("Graph Info:"),
dbc.PopoverBody(
"""
Visualizes Github account institution affiliation.\n
Visualizes GitHub account institution affiliation.\n
Many individuals don't report an affiliated institution, but\n
this count may be considered an absolute lower-bound on affiliation.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
with the remaining 4/5 representing all other contributors. By default, contributors
who have 'potential-bot-filter' in their login are filtered out. Optionally, contributors
can be filtered out by their logins with custom keyword(s). Note: Some commits may have a
Contributor ID of 'None' if there is no Github account is associated with the email that
Contributor ID of 'None' if there is no GitHub account is associated with the email that
the contributor committed as.
"""
),
Expand Down
4 changes: 2 additions & 2 deletions 8Knot/pages/index/index_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
),
dbc.Switch(
id="bot-switch",
label="Github Bot Filter",
label="GitHub Bot Filter",
value=True,
input_class_name="botlist-filter-switch",
style={"fontSize": 18},
Expand Down Expand Up @@ -266,7 +266,7 @@
dbc.Col(
[
dbc.Label(
"Select Github repos or orgs:",
"Select GitHub repos or orgs:",
html_for="projects",
width="auto",
size="lg",
Expand Down

0 comments on commit bd3b716

Please sign in to comment.