Skip to content

Commit 635f9e5

Browse files
committed
chore: update some copies
1 parent 081c2f0 commit 635f9e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/views.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_v3_context_data(self, **kwargs):
138138
"cta_url": "https://cppalliance.org/slack/",
139139
"author": {
140140
"name": "Character Name",
141-
"role": "Role",
141+
"role": "Contributor",
142142
"avatar_url": "/static/img/v3/community-page/avatar-beaver-character.png",
143143
},
144144
},
@@ -149,7 +149,7 @@ def get_v3_context_data(self, **kwargs):
149149
"cta_url": "https://lists.boost.org/mailman3/lists/boost.lists.boost.org/",
150150
"author": {
151151
"name": "Character Name",
152-
"role": "Role",
152+
"role": "Author",
153153
"avatar_url": "/static/img/v3/community-page/avatar-mouse-character.png",
154154
},
155155
},
@@ -160,7 +160,7 @@ def get_v3_context_data(self, **kwargs):
160160
"cta_url": "https://github.com/boostorg",
161161
"author": {
162162
"name": "Character Name",
163-
"role": "Role",
163+
"role": "Maintainer",
164164
"avatar_url": "/static/img/v3/community-page/avatar-cheetah-character.png",
165165
},
166166
},
@@ -171,7 +171,7 @@ def get_v3_context_data(self, **kwargs):
171171
"cta_url": "https://www.reddit.com/r/boost/",
172172
"author": {
173173
"name": "Character Name",
174-
"role": "Role",
174+
"role": "Contributor",
175175
"avatar_url": "/static/img/v3/community-page/avatar-fish-character.png",
176176
},
177177
},

0 commit comments

Comments
 (0)