Fix app_name string typo

This commit is contained in:
Ivan Vlasov 2023-03-11 15:16:48 +03:00 committed by GitHub
parent c4eed50070
commit cdaccd0ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">LittleKt Game Tempalte</string>
</resources>
<string name="app_name">LittleKt Game Template</string>
</resources>