Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wording on brave rewards sponsored image notification #7786

Merged
merged 1 commit into from
Feb 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class BrandedWallpaperRewardsNotification extends React.PureCompo
brand={'rewards'}
text={getLocale('rewardsWidgetTurnOnAds')}
/>
<StyledTOS title={getLocale('rewardsWidgetEarnAndGive')} />
<StyledTOS title={getLocale('rewardsWidgetTurnOnAds')} />
</StyleCenter>
)
}
Expand Down
5 changes: 3 additions & 2 deletions components/resources/brave_components_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -930,12 +930,13 @@
<message name="IDS_REWARDS_WIDGET_ENABLE_BRANDED_WALLPAPER_TITLE"
desc="Title for prompt to enable Brave Rewards when a Branded Wallpaper is currently being displayed"
>
Get paid to view this sponsored background image.

Earn rewards for viewing this sponsored background image.
</message>
<message name="IDS_REWARDS_WIDGET_ENABLE_BRANDED_WALLPAPER_SUBTITLE"
desc="Description for prompt to enable Brave Rewards when a Branded Wallpaper is currently being displayed"
>
Turn on Brave Ads to claim your share. You can also choose to <ph name="LINK_BEGIN">$1</ph>hide sponsored images<ph name="LINK_END">$2</ph>.
Turn on Brave Private Ads to claim your share. You can also choose to <ph name="LINK_BEGIN">$1</ph>hide sponsored images<ph name="LINK_END">$2</ph>.
</message>
<message name="IDS_REWARDS_WIDGET_NOTIFICATION_TITLE" desc="">Way to Go!</message>
<message name="IDS_REWARDS_WIDGET_NOTIFICATION_TEXT_ADS" desc="">Your rewards from Ads are here</message>
Expand Down