Skip to content

Commit a1323d5

Browse files
committed
Use same pricing as web
1 parent a18627f commit a1323d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SimpleLogin/app/src/main/res/layout/fragment_premium.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
android:layout_width="match_parent"
211211
android:layout_height="wrap_content"
212212
android:paddingTop="20dp"
213-
android:text="Yearly subscription $29.99/year"
213+
android:text="Yearly subscription $30/year"
214214
android:textAppearance="?attr/textAppearanceSubtitle1"
215215
android:textColor="@color/colorPrimary"
216216
tools:ignore="HardcodedText" />
@@ -227,7 +227,7 @@
227227
android:layout_width="match_parent"
228228
android:layout_height="wrap_content"
229229
android:paddingTop="10dp"
230-
android:text="Monthly subscription $3.99/month"
230+
android:text="Monthly subscription $4/month"
231231
android:textAppearance="?attr/textAppearanceSubtitle1"
232232
android:textColor="@color/colorPrimary"
233233
tools:ignore="HardcodedText" />

0 commit comments

Comments
 (0)