feat: Change "Update" to "Show" in Update Available notification

Closes #1959
This commit is contained in:
Ushie 2024-07-03 01:27:13 +03:00 committed by oSumAtrIX
parent abdae89434
commit 585d54a8a8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,7 @@ fun DashboardScreen(
Text(stringResource(R.string.dismiss))
}
TextButton(onClick = onUpdateClick) {
Text(stringResource(R.string.update))
Text(stringResource(R.string.show))
}
}
)

View File

@ -358,4 +358,5 @@
<string name="local_bundle_description">Import local files from your storage, does not automatically update</string>
<string name="remote_bundle_description">Import remote files from a URL, can automatically update</string>
<string name="recommended">Recommended</string>
<string name="show">Show</string>
</resources>