Skip to content

Commit

Permalink
gofractally#611 changed wording 'Head-chief' to 'Head Chief' and 'Lev…
Browse files Browse the repository at this point in the history
…el 1 Delegate' instead of '1 Delegate' on Treasury page
  • Loading branch information
shakhruz committed Mar 17, 2022
1 parent 27117cd commit f8a092f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
enum RankLabel {
NumberedLevel = "N",
Chief = "Chief",
HeadChief = "Head-chief",
HeadChief = "Head Chief",
}

export const TreasuryDelegateLevelsInfo = () => {
Expand Down Expand Up @@ -90,7 +90,7 @@ const RankLevelDistribution = ({
amount,
level,
}: RankLevelDistributionProps) => {
const labelText = label === RankLabel.NumberedLevel ? `${level}` : label;
const labelText = label === RankLabel.NumberedLevel ? `Level ${level}` : label;

return (
<div className="flex justify-between">
Expand Down

0 comments on commit f8a092f

Please sign in to comment.