Skip to content

Commit

Permalink
String change on Storage page
Browse files Browse the repository at this point in the history
The string of the CTA under "Settings > Storage" from "Free up space" to
"Manage storage" to match the new ux flow.

Test: visual
Fix: 150782402
Change-Id: Ic636d73b92f11f6f332475d591ff92633083bc85
  • Loading branch information
Tsung-Mao Fang committed Mar 5, 2020
1 parent e8f1c6c commit b7a3c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/layout-land/storage_summary_donut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion res/layout-sw360dp/storage_summary_donut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion res/layout/storage_summary_donut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:id="@+id/deletion_helper_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />

</LinearLayout>

0 comments on commit b7a3c9a

Please sign in to comment.