Skip to content

Commit 66b3985

Browse files
committed
update copy to be more generic
1 parent 354f1e1 commit 66b3985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,12 @@ defmodule AlgoraWeb.Org.DashboardLive do
312312
end
313313

314314
defp assign_achievements(socket) do
315-
tech = List.first(socket.assigns.current_user.tech_stack)
316-
317315
status_fns = [
318316
{&personalize_status/1, "Personalize Algora"},
319317
{&install_app_status/1, "Install the Algora app"},
320318
{&create_bounty_status/1, "Create a bounty"},
321319
{&reward_bounty_status/1, "Reward a bounty"},
322-
{&begin_collaboration_status/1, "Contract a #{tech} developer"},
320+
{&begin_collaboration_status/1, "Contract a contributor"},
323321
{&complete_first_contract_status/1, "Complete a contract"}
324322
]
325323

0 commit comments

Comments
 (0)