mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-20 09:43:58 +00:00
fix: typo in string name import_keystore_description (#1273)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user