Merge "Use internal google path instead of http link in ic_work_profile" into ub-contactsdialer-b-dev
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 17b21eb..6d7518e 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -148,6 +148,9 @@
     <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
     <string name="directory_search_label">Directory</string>
 
+    <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+    <string name="directory_search_label_work">Work Directory</string>
+
     <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
     <string name="local_search_label">All contacts</string>
 
@@ -199,6 +202,9 @@
     <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
     <string name="list_filter_phones">All contacts with phone numbers</string>
 
+    <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+    <string name="list_filter_phones_work">Work Profile contacts</string>
+
     <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
     <string name="view_updates_from_group">View updates</string>