Skip to content

Commit

Permalink
Add string in rewards onboarding
Browse files Browse the repository at this point in the history
Update rewards onboarding behaviour
  • Loading branch information
deeppandya committed Jan 13, 2021
1 parent fb45e8d commit b8d2cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ public static void showBREBottomBanner(View view) {
Context context = ContextUtils.getApplicationContext();
if (!PackageUtils.isFirstInstall(context)
&& BraveAdsNativeHelper.nativeIsBraveAdsEnabled(Profile.getLastUsedRegularProfile())
&& SharedPreferencesManager.getInstance().readInt(
BravePreferenceKeys.BRAVE_APP_OPEN_COUNT)
== 0
&& ContextUtils.getAppSharedPreferences().getBoolean(
BackgroundImagesPreferences.PREF_SHOW_BRE_BANNER, true)) {
final ViewGroup breBottomBannerLayout = (ViewGroup) view.findViewById(R.id.bre_banner);
Expand Down
2 changes: 1 addition & 1 deletion browser/ui/android/strings/android_brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ until they verify, or until 90 days have passed.
Say thank you with tips
</message>
<message name="IDS_SAY_THANK_YOU_WITH_TIPS_TEXT" desc="Brave rewards onboarding title">
Tipping is a way to personally encourage and support content or creators that you love. Get tippin!
Tipping is a way to personally encourage and support content or creators that you absolutely love. Get tippin!
</message>
<message name="IDS_WHAT_CAN_YOU_DO_WITH_TOKENS" desc="Brave rewards onboarding title">
What can you do with tokens?
Expand Down

0 comments on commit b8d2cf7

Please sign in to comment.