Merge "Fix string reference in phone_account_selection_activity.xml" into lmp-dev
diff --git a/res/xml/phone_account_selection_activity.xml b/res/xml/phone_account_selection_activity.xml
index 9425297..6ae933c 100644
--- a/res/xml/phone_account_selection_activity.xml
+++ b/res/xml/phone_account_selection_activity.xml
@@ -19,5 +19,5 @@
 <preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
     <header
         android:fragment="com.android.phone.settings.PhoneAccountSelectionPreferenceActivity$PhoneAccountSelectionPreferenceFragment"
-        android:title="@string/phone_accounts" />
+        android:title="@string/phone_accounts_selection_header" />
 </preference-headers>
\ No newline at end of file