From 55198b15468e9a0a2aa0ca8a8f796587c274deac Mon Sep 17 00:00:00 2001 From: KotlinGeekDev Date: Mon, 6 Oct 2025 11:39:43 +0100 Subject: [PATCH] Move one last string to string resources. --- .../amethyst/ui/screen/loggedIn/lists/CustomSetItem.kt | 2 +- amethyst/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/CustomSetItem.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/CustomSetItem.kt index 8569624f7..f5612b861 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/CustomSetItem.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/CustomSetItem.kt @@ -98,7 +98,7 @@ fun CustomSetItem( selected = true, onClick = {}, label = { - Text(text = "No members") + Text(text = stringRes(R.string.follow_set_empty_label)) }, leadingIcon = { Icon( diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml index a4743acf1..1d8fe7d0c 100644 --- a/amethyst/src/main/res/values/strings.xml +++ b/amethyst/src/main/res/values/strings.xml @@ -526,6 +526,7 @@ %1$s is a private member member members + No members %1$s is not in this list Your Follow Sets No follow sets were found, or you don\'t have any follow sets. Tap below to refresh, or use the menu to create one.