mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 04:07:03 +05:30
fix(android): clarify what format is valid for imports
This commit is contained in:
parent
8263d1c34e
commit
9039a2de58
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ private fun JsonImportOption(
|
||||||
}
|
}
|
||||||
SettingsActionItem(
|
SettingsActionItem(
|
||||||
title = "Import saved posts",
|
title = "Import saved posts",
|
||||||
description = "Import saved posts from a previously generated export",
|
description = "Import saved posts from a previously generated JSON export",
|
||||||
icon = Icons.Filled.Download,
|
icon = Icons.Filled.Download,
|
||||||
) {
|
) {
|
||||||
importAction.launch(JSON_MIME_TYPE)
|
importAction.launch(JSON_MIME_TYPE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue