Skip to content

Commit

Permalink
chore(i18n): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Sep 6, 2024
1 parent 78b97c2 commit b9387a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/AdminSettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</NcSettingsSection>

<NcSettingsSection :name="t('polls', 'Job control')"
:description="t('polls', 'Manually start backgropund jobs, independent from the cron schedule.')">
:description="t('polls', 'Manually start background jobs, independent from the cron schedule.')">
<AdminJobs />
</NcSettingsSection>
</FlexSettings>
Expand Down

0 comments on commit b9387a0

Please sign in to comment.