Skip to content

Commit

Permalink
Change strings case to conform to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Mar 11, 2024
1 parent 388025e commit 7e71d89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
<string name="open_sockets">Open sockets</string>
<string name="bytes_sent">Bytes sent</string>
<string name="bytes_rcvd">Bytes received</string>
<string name="ipv6_bytes_sent">IPv6 Bytes sent</string>
<string name="ipv6_bytes_rcvd">IPv6 Bytes received</string>
<string name="ipv6_bytes_percentage">IPv6 Bytes percentage</string>
<string name="ipv6_bytes_sent">IPv6 bytes sent</string>
<string name="ipv6_bytes_rcvd">IPv6 bytes received</string>
<string name="ipv6_bytes_percentage">IPv6 bytes percentage</string>
<string name="packets_sent">Packets sent</string>
<string name="packets_rcvd">Packets received</string>
<string name="dns_queries">DNS queries</string>
Expand Down

0 comments on commit 7e71d89

Please sign in to comment.