Skip to content

Commit

Permalink
Improve overview texts
Browse files Browse the repository at this point in the history
Closes #161
  • Loading branch information
d4rken committed Nov 27, 2024
1 parent f79099c commit 9a773b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@
<string name="overview_device_android_version_label">Android version</string>
<string name="overview_device_name_label">Device</string>
<string name="overview_device_android_patch_label">Patch level</string>
<string name="overview_summary_apps_active_profile_label">No. of apps in Active Profile</string>
<string name="overview_summary_apps_other_profile_label">No. of apps in Managed User Profile(s), excluding Clones</string>
<string name="overview_summary_apps_sideloaded_label">No. of apps sideloaded from external sources</string>
<string name="overview_summary_apps_installers_label">No. of apps with \'Install from Unknown Sources\' enabled</string>
<string name="overview_summary_apps_overlayers_label">No. of apps that can \'Appear on Top\'</string>
<string name="overview_summary_apps_offline_label">No. of apps that have \'No Internet\' permissions</string>
<string name="overview_summary_apps_clones_label">No. of apps with clones in other profiles</string>
<string name="overview_summary_apps_sharedids_label">No. of apps with SharedUserID</string>
<string name="overview_summary_apps_active_profile_label">Apps in Active Profile</string>
<string name="overview_summary_apps_other_profile_label">Apps in Managed User Profile(s), excluding Clones</string>
<string name="overview_summary_apps_sideloaded_label">Apps sideloaded from external sources</string>
<string name="overview_summary_apps_installers_label">Apps with \'Install from Unknown Sources\' enabled</string>
<string name="overview_summary_apps_overlayers_label">Apps that can \'Appear on Top\'</string>
<string name="overview_summary_apps_offline_label">Apps that have \'No Internet\' permissions</string>
<string name="overview_summary_apps_clones_label">Apps with clones in other profiles</string>
<string name="overview_summary_apps_sharedids_label">Apps with SharedUserID</string>
<string name="permission_bind_accessibility_service_label">Offer accessibility service</string>
<string name="permission_bind_accessibility_service_description">Allows the app to offer an accessibility service that can be enabled in the system settings.</string>
<string name="debug_debuglog_sensitive_information_message">This file contains sensitive information (e.g. your installed applications). Only share it with trusted parties.</string>
Expand Down

0 comments on commit 9a773b4

Please sign in to comment.