Skip to content

Commit

Permalink
Use same pricing as web
Browse files Browse the repository at this point in the history
  • Loading branch information
cquintana92 committed Dec 15, 2022
1 parent a18627f commit a1323d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimpleLogin/app/src/main/res/layout/fragment_premium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="20dp"
android:text="Yearly subscription $29.99/year"
android:text="Yearly subscription $30/year"
android:textAppearance="?attr/textAppearanceSubtitle1"
android:textColor="@color/colorPrimary"
tools:ignore="HardcodedText" />
Expand All @@ -227,7 +227,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:text="Monthly subscription $3.99/month"
android:text="Monthly subscription $4/month"
android:textAppearance="?attr/textAppearanceSubtitle1"
android:textColor="@color/colorPrimary"
tools:ignore="HardcodedText" />
Expand Down

0 comments on commit a1323d5

Please sign in to comment.