diff --git a/res/layout-sw400dp/activity_seed.xml b/res/layout-sw400dp/activity_seed.xml index caa3272d57..f5bc0db14e 100644 --- a/res/layout-sw400dp/activity_seed.xml +++ b/res/layout-sw400dp/activity_seed.xml @@ -25,7 +25,7 @@ android:textSize="@dimen/very_large_font_size" android:textStyle="bold" android:textColor="@color/text" - android:text="Meet your recovery phrase" /> + android:text="@string/activity_seed_title_2" /> + android:text="@string/activity_seed_explanation" /> + android:text="@string/activity_seed_reveal_button_title" /> + android:text="@string/copy" /> \ No newline at end of file diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml index 4079874f8a..1bafe1d074 100644 --- a/res/layout/activity_home.xml +++ b/res/layout/activity_home.xml @@ -87,7 +87,7 @@ android:layout_height="wrap_content" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" - android:text="You don't have any contacts yet" /> + android:text="@string/activity_home_empty_state_message" />