Move one last string to string resources.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ fun CustomSetItem(
|
|||||||
selected = true,
|
selected = true,
|
||||||
onClick = {},
|
onClick = {},
|
||||||
label = {
|
label = {
|
||||||
Text(text = "No members")
|
Text(text = stringRes(R.string.follow_set_empty_label))
|
||||||
},
|
},
|
||||||
leadingIcon = {
|
leadingIcon = {
|
||||||
Icon(
|
Icon(
|
||||||
|
|||||||
@@ -526,6 +526,7 @@
|
|||||||
<string name="follow_set_private_presence_indicator">%1$s is a private member</string>
|
<string name="follow_set_private_presence_indicator">%1$s is a private member</string>
|
||||||
<string name="follow_set_single_member_label">member</string>
|
<string name="follow_set_single_member_label">member</string>
|
||||||
<string name="follow_set_multiple_member_label">members</string>
|
<string name="follow_set_multiple_member_label">members</string>
|
||||||
|
<string name="follow_set_empty_label">No members</string>
|
||||||
<string name="follow_set_absence_indicator">%1$s is not in this list</string>
|
<string name="follow_set_absence_indicator">%1$s is not in this list</string>
|
||||||
<string name="follow_set_man_dialog_title">Your Follow Sets</string>
|
<string name="follow_set_man_dialog_title">Your Follow Sets</string>
|
||||||
<string name="follow_set_empty_dialog_msg">No follow sets were found, or you don\'t have any follow sets. Tap below to refresh, or use the menu to create one.</string>
|
<string name="follow_set_empty_dialog_msg">No follow sets were found, or you don\'t have any follow sets. Tap below to refresh, or use the menu to create one.</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user