Skip to content

Commit

Permalink
fix: Refer to "SDK level" rather than "SDK version" (#211)
Browse files Browse the repository at this point in the history
"level" is the term used throughout Android documentation.

Originally submitted by https://github.com/chaoscalm
  • Loading branch information
nikclayton authored Oct 30, 2023
1 parent e5a5406 commit c3f68ba
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 @@ -406,7 +406,7 @@
<string name="about_title_activity">About</string>
<string name="about_pachli_version">Pachli %s</string>
<string name="about_device_info_title">Your device</string>
<string name="about_device_info">%s %s\nAndroid version: %s\nSDK version: %d</string>
<string name="about_device_info">%s %s\nAndroid version: %s\nSDK level: %d</string>
<string name="about_account_info_title">Your account</string>
<string name="about_account_info">\@%s\@%s\nVersion: %s</string>
<string name="about_powered_by_pachli">Powered by Pachli</string>
Expand Down

0 comments on commit c3f68ba

Please sign in to comment.