Skip to content

Commit

Permalink
fix: typo in string name import_keystore_description (ReVanced#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 18, 2023
1 parent 9408857 commit 6f2ca5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fun ImportExportSettingsScreen(
importKeystoreLauncher.launch("*/*")
},
headline = R.string.import_keystore,
description = R.string.import_keystore_descripion
description = R.string.import_keystore_description
)
GroupItem(
onClick = {
Expand Down
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 @@ -54,7 +54,7 @@
<string name="experimental_patches">Allow experimental patches</string>
<string name="experimental_patches_description">Allow patching incompatible patches with experimental versions, something may break</string>
<string name="import_keystore">Import keystore</string>
<string name="import_keystore_descripion">Import a custom keystore</string>
<string name="import_keystore_description">Import a custom keystore</string>
<string name="import_keystore_dialog_title">Enter keystore credentials</string>
<string name="import_keystore_dialog_description">You\'ll need enter the keystore’s credentials to import it.</string>
<string name="import_keystore_dialog_alias_field">Username (Alias)</string>
Expand Down

0 comments on commit 6f2ca5b

Please sign in to comment.