Skip to content

Commit fde3901

Browse files
committed
Adds up to to AC settings page
Resolves brave/brave-browser#7277
1 parent a99db50 commit fde3901

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/brave_rewards/resources/page/components/contributeBox.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,7 @@ class ContributeBox extends React.Component<Props, State> {
169169
{
170170
monthlyList.map((choice: MonthlyChoice) => {
171171
return <div key={`choice-setting-${choice.tokens}`} data-value={choice.tokens.toString()}>
172-
<Tokens
173-
value={choice.tokens}
174-
converted={choice.converted}
175-
onlyAnonWallet={onlyAnonWallet}
176-
/>
172+
{getLocale('contributionUpTo')} <Tokens value={choice.tokens} converted={choice.converted} onlyAnonWallet={onlyAnonWallet} />
177173
</div>
178174
})
179175
}

0 commit comments

Comments
 (0)