Skip to content

Commit

Permalink
Fix app restriction title
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 29, 2024
1 parent 222122d commit b830f76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/xml/app_restrictions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<restriction
android:key="server_configuration_list"
android:restrictionType="bundle_array"
android:title="@string/server_configuration">
android:title="@string/server_list">

<restriction
android:key="server_configuration"
android:restrictionType="bundle">
android:restrictionType="bundle"
android:title="@string/server_configuration">

<restriction
android:key="server_url"
android:restrictionType="string"
Expand Down

0 comments on commit b830f76

Please sign in to comment.