We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9005dce commit a279a8dCopy full SHA for a279a8d
app/src/main/res/values/restrictions_values.xml
@@ -2,8 +2,8 @@
2
<resources>
3
4
<!-- Choice restriction -->
5
- <string name="title_server_itemtype">Rank</string>
6
- <string name="description_server_itemtype">Rank of the user</string>
+ <string name="title_server_itemtype">Type</string>
+ <string name="description_server_itemtype">Type of asset</string>
7
<string name="entry_server_itemtype_computer">Computer</string>
8
<string name="entry_server_itemtype_phone">Phone</string>
9
<string-array name="entries_server_itemtype">
@@ -15,4 +15,4 @@
15
<item>Phone</item>
16
</string-array>
17
<string name="default_server_itemtype">Computer</string>
18
-</resources>
+</resources>
0 commit comments