Update tap to add text.

fork-5.53.8
Alex Hart 2022-10-19 16:29:57 -03:00 zatwierdzone przez Cody Henthorne
rodzic 94bd3101c9
commit f401ee00a1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/stories_landing_item_text_horizontal_margin"
android:layout_marginEnd="@dimen/stories_landing_item_text_horizontal_margin"
android:text="@string/StoriesLandingFragment__tap_to_add_a_story"
android:text="@string/StoriesLandingFragment__tap_to_add"
android:textAppearance="@style/Signal.Text.BodyMedium"
android:textColor="@color/signal_colorOnSurfaceVariant"
app:layout_constraintBottom_toBottomOf="parent"

Wyświetl plik

@ -4775,7 +4775,7 @@
<!-- Title for "My Stories" row item in Stories landing page -->
<string name="StoriesLandingFragment__my_stories">My Stories</string>
<!-- Subtitle for "My Stories" row item when user has not added stories -->
<string name="StoriesLandingFragment__tap_to_add_a_story">Tap to add a story</string>
<string name="StoriesLandingFragment__tap_to_add">Tap to add</string>
<!-- Displayed when there are no stories to display -->
<string name="StoriesLandingFragment__no_recent_updates_to_show_right_now">No recent updates to show right now.</string>
<!-- Context menu option to hide a story -->