mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +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(
|
||||
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,
|
||||
) {
|
||||
importAction.launch(JSON_MIME_TYPE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue