chore: add export log string

This commit is contained in:
herrrta
2025-03-29 10:52:45 -04:00
parent 6555251c2e
commit 3201499397
13 changed files with 13 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ export default function page() {
? <Loader/>
: (
<TouchableOpacity onPress={share}>
<Text>Export</Text>
<Text>{t("home.settings.logs.export_logs")}</Text>
</TouchableOpacity>
)
),