Skip to content

Commit

Permalink
Merge pull request #879 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
l10n: Fixed typo
  • Loading branch information
Valdnet authored Aug 22, 2022
2 parents d52e104 + 3f6f914 commit 44e82a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DailySummary.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<SettingsSection :title="t('activity', 'Daily activtiy summary')">
<SettingsSection :title="t('activity', 'Daily activity summary')">
<CheckboxRadioSwitch :checked="activityDigestEnabled" @update:checked="toggleActivityDigestEnabled({activityDigestEnabled: $event})">
{{ t('activity', 'Send daily activity summary in the morning') }}
</CheckboxRadioSwitch>
Expand Down

0 comments on commit 44e82a2

Please sign in to comment.