Skip to content

Commit

Permalink
fix(governance): update bounty status label to next step
Browse files Browse the repository at this point in the history
  • Loading branch information
fedosov committed Jan 7, 2025
1 parent f5dd0d3 commit d5976ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/governance/BountyDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export function BountyDetails({ bountyId, motion, type, curator, fee, showHeader
<tbody>
{bountyData?.status && (
<tr>
<td className="text-gray-500 whitespace-nowrap pr-8 w-0">{t("governance.bounty_status")}</td>
<td className="text-gray-500 whitespace-nowrap pr-8 w-0">{t("governance.next_step")}</td>
<td className="flex gap-2 items-center">
<BountyNextAction
status={bountyData.status.type}
Expand Down
1 change: 1 addition & 0 deletions app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
"close_motion": "Close Motion",
"bounties": "Bounties",
"bounty_status": "Status",
"next_step": "Next Step",
"bounty_description": "Description",
"bounty_value": "Bounty Value",
"bounty_curator": "Curator",
Expand Down

0 comments on commit d5976ac

Please sign in to comment.