Skip to content

Commit

Permalink
Merge pull request #873 from nextcloud/bugfix/noid/fix-admin-title
Browse files Browse the repository at this point in the history
fix(settings): Fix missing section name in admin settings
  • Loading branch information
nickvergessen authored Jan 10, 2025
2 parents e7d477b + 7120857 commit 003b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<template>
<NcSettingsSection :title="t('announcementcenter', 'Announcements')">
<NcSettingsSection :name="t('announcementcenter', 'Announcements')">
<NcSettingsSelectGroup id="announcementcenter_admin_group"
v-model="adminGroups"
:label="t('announcementcenter', 'These groups will be able to post announcements.')"
Expand Down

0 comments on commit 003b860

Please sign in to comment.