Skip to content

Commit 50bd422

Browse files
committed
Fix grammar for managed work profile policies.
Change-Id: I6a7ae31b18cb5de2fad1d5dcdc7e69732b0b7936
1 parent a663147 commit 50bd422

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<string name="work_profile">Work profile</string>
6868
<string name="personal_profile">Personal profile</string>
6969

70-
<string name="managed_profile_specific_policy_category_title">Managed profile policy</string>
71-
<string name="managed_profile_specific_policy_title">Manage work profile specific policy
70+
<string name="managed_profile_specific_policy_category_title">Managed profile policies</string>
71+
<string name="managed_profile_specific_policy_title">Managed work profile specific policies
7272
</string>
7373
<string name="policies_management">Policy management</string>
7474
<string name="other_owner_already_setup_error">There is already a device/profile owner, cannot
@@ -152,6 +152,7 @@
152152

153153
<!-- Stings for work profile management -->
154154
<string name="profile_management_title">Work profile management</string>
155+
<string name="remove_managed_profile">Remove work profile</string>
155156
<string name="removing_managed_profile">Removing work profile</string>
156157

157158
<!-- Strings for cross-profile widget provider -->

app/src/main/res/xml/profile_policy_header.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
android:title="@string/profile_management_title">
6565
<Preference
6666
android:key="remove_profile"
67-
android:title="@string/removing_managed_profile"/>
67+
android:title="@string/remove_managed_profile"/>
6868
</PreferenceCategory>
6969

7070
</PreferenceScreen>

0 commit comments

Comments
 (0)