Skip to content

Commit 39f3588

Browse files
authored
small text update
1 parent dca265b commit 39f3588

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/tc-communities/JoinCommunity

1 file changed

+1
-1
lines changed

src/shared/components/tc-communities/JoinCommunity/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function JoinCommunity({
6060
{ state === STATE.JOINED ? (
6161
<Modal onCancel={hideJoinButton}>
6262
<h1 styleName="modalTitle">Congratulations!</h1>
63-
<p styleName="modalMsg">You have joined {communityName}!</p>
63+
<p styleName="modalMsg">You have joined the {communityName}!</p>
6464
<button
6565
onClick={hideJoinButton}
6666
styleName="done"

0 commit comments

Comments
 (0)