Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 847eaaeb authored by Evan Chen's avatar Evan Chen
Browse files

Fix typo for Computer profile

Fix typo, changed `contracts` to `contacts`

Test: atest CtsCompanionDeviceManagerCoreTestCases
      atest CtsCompanionDeviceManagerUiAutomationTestCases
      atest CtsOsTestCases:CompanionDeviceManagerTest

Fix: 224598585
Change-Id: I75ee0a85159a30b0a45b8c77a57e808746debd2f
parent 5622ee0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
    <string name="permission_notification">Notifications</string>

    <!-- Description of notification permission of COMPUTER profile [CHAR LIMIT=NONE] -->
    <string name="permission_notification_summary">Can read all notifications, including information like contracts, messages, and photos</string>
    <string name="permission_notification_summary">Can read all notifications, including information like contacts, messages, and photos</string>

    <!-- Storage permission will be granted of COMPUTER profile [CHAR LIMIT=30] -->
    <string name="permission_storage">Photos and media</string>