Skip to content

Commit

Permalink
Remove [Ad] from the Advertiser title
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Mar 18, 2019
1 parent 552b97c commit 68cf75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/bat-native-ads/src/bat/ads/internal/ads_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ bool AdsImpl::ShowAd(
}

auto notification_info = std::make_unique<NotificationInfo>();
notification_info->advertiser = "[Ad] " + ad_info.advertiser;
notification_info->advertiser = ad_info.advertiser;
notification_info->category = category;
notification_info->text = ad_info.notification_text;
notification_info->url = helper::Uri::GetUri(ad_info.notification_url);
Expand Down

0 comments on commit 68cf75a

Please sign in to comment.