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 7bf89887e4
commit 5c434137d3
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))
}
}
)