mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
app: reword loading state text
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b28eb09e3f
commit
bd5647f4c7
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ fun LobstersApp(
|
|||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
IconResource(R.drawable.ic_sync_problem_24px)
|
||||
Text(stringResource(R.string.nothing_to_see_here))
|
||||
Text(stringResource(R.string.loading))
|
||||
}
|
||||
} else {
|
||||
LazyColumnForIndexed(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">lobste.rs</string>
|
||||
<string name="nothing_to_see_here">Nothing to see here…</string>
|
||||
<string name="loading">Loading posts…</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue