Skip to content

Commit

Permalink
l10n: Fixed typo
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Aug 20, 2022
1 parent 02a7ea1 commit 3f6f914
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 3f6f914

Please sign in to comment.