Skip to content

Commit

Permalink
Fix(Core): Exclude sensitive strings
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Nov 13, 2024
1 parent 29797ff commit bd99945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<item>Week</item>
<item>Month</item>
</string-array>
<string-array name="AssetItemtype">
<string-array name="AssetItemtype" translatable="false">
<item>Computer</item>
<item>Phone</item>
</string-array>
Expand Down

0 comments on commit bd99945

Please sign in to comment.