android: Fix label for name field in managed profiles

The field is not actually optional.
This commit is contained in:
Tobias Brunner 2024-08-05 14:39:17 +02:00
parent 81041b55d2
commit 4f2e65f3d0
7 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>

View File

@ -39,7 +39,7 @@
<!-- Managed configuration, VPN profile -->
<string name="managed_config_uuid_title">Unique identifier</string>
<string name="managed_config_uuid_description">Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended</string>
<string name="managed_config_name_title">@string/profile_name_label</string>
<string name="managed_config_name_title">@string/profile_name_label_simple</string>
<string name="managed_config_name_description">@string/profile_name_hint</string>
<string name="managed_config_vpn_type_title">@string/profile_vpn_type_label</string>
<string name="managed_config_vpn_type_description">The type of client authentication used by the VPN profile</string>