Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujnotes committed Sep 25, 2022
1 parent e791c60 commit 15a648a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-land/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:padding="10dp"
android:text="@string/more_ad_free_apps_by_us" />
android:text="@string/a_new_notes_app_by_us" />

</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:padding="10dp"
android:text="@string/more_ad_free_apps_by_us" />
android:text="@string/a_new_notes_app_by_us" />

</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<string name="bottom_on">"Bottom: On "</string>
<string name="bottom_off">Bottom: Off</string>
<string name="please_set_olauncher_as_default_first">Please set Olauncher as your default launcher first</string>
<string name="more_ad_free_apps_by_us"><u>More ad-free apps by us</u></string>
<string name="a_new_notes_app_by_us"><u>A new notes app by us</u></string>
<string name="affiliate">Affiliate</string>
<string name="tip_start_typing_for_rename">Tip: Start typing for app RENAME option</string>
<string name="hidden_apps_message">Note: Tap on \'Olauncher\' at the top of this Settings page to find your hidden apps.\n\nMore details available in our About page below.</string>
Expand Down

0 comments on commit 15a648a

Please sign in to comment.