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

Commit adfe87c6 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #7205845: Permissions screen: make "New" text blue instead of red

Change-Id: I8f359d22dc0a9ddc058cd9a49459a846924338ee
parent 6de76d21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3141,7 +3141,7 @@

    <!-- Security Permissions strings-->
    <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
    <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff900000">NEW: </font></string>
    <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff33b5e5">NEW: </font></string>
    <!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
    <string name="perms_description_app">Provided by <xliff:g id="app_name">%1$s</xliff:g>.</string>
    <!-- Shown for an application when it doesn't require any permission grants. -->