Add missing localization

This commit is contained in:
MM20
2023-04-16 14:08:59 +02:00
parent 59883e7e3e
commit ba87725519
2 changed files with 2 additions and 1 deletions
@@ -530,7 +530,7 @@ fun ColumnScope.ConfigureCalendarWidget(
modifier = Modifier.padding(top = 8.dp, bottom = 16.dp),
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant,
text = "No calendars found"
text = stringResource(R.string.widget_config_calendar_no_calendars)
)
}
}