Skip to content

Commit

Permalink
Add translatable false to appName
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Aug 13, 2024
1 parent 2c10f84 commit bcc4837
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 @@ -17,7 +17,7 @@
-->

<resources>
<string name="appName">SwissTransfer</string>
<string name="appName" translatable="false">SwissTransfer</string>

<string name="receivedTitle">Received</string>
<string name="sentTitle">Sent</string>
Expand Down

0 comments on commit bcc4837

Please sign in to comment.