fix(android): clarify what format is valid for imports

This commit is contained in:
Harsh Shandilya 2023-12-06 07:44:26 +05:30
parent 8263d1c34e
commit 9039a2de58
No known key found for this signature in database

View file

@ -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)