Use different string

This commit is contained in:
MM20 2025-04-27 14:44:10 +02:00
parent ef56d926b1
commit a53ee1b273
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -554,7 +554,7 @@ fun ColumnScope.ConfigureCalendarWidget(
for (group in groups) {
val pluginName = remember(plugins, group.key) {
if (group.key == "local") context.getString(R.string.preference_calendar_calendars)
else if (group.key == "tasks.org") context.getString(R.string.preference_calendar_tasks)
else if (group.key == "tasks.org") context.getString(R.string.preference_search_tasks)
else plugins.find { it.authority == group.key }?.label
}
if (pluginName != null) {