Skip to content

Commit bd99945

Browse files
committed
Fix(Core): Exclude sensitive strings
1 parent 29797ff commit bd99945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<item>Week</item>
6868
<item>Month</item>
6969
</string-array>
70-
<string-array name="AssetItemtype">
70+
<string-array name="AssetItemtype" translatable="false">
7171
<item>Computer</item>
7272
<item>Phone</item>
7373
</string-array>

0 commit comments

Comments
 (0)