diff options
Diffstat (limited to 'apps/settings/src/components/PasswordSection.vue')
-rw-r--r-- | apps/settings/src/components/PasswordSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PasswordSection.vue b/apps/settings/src/components/PasswordSection.vue index b68de0365e0..201fdc2e3cb 100644 --- a/apps/settings/src/components/PasswordSection.vue +++ b/apps/settings/src/components/PasswordSection.vue @@ -17,7 +17,7 @@ - along with this program. If not, see <http://www.gnu.org/licenses/>. --> <template> - <NcSettingsSection :title="t('settings', 'Password')"> + <NcSettingsSection :name="t('settings', 'Password')"> <form id="passwordform" method="POST" @submit.prevent="changePassword"> <NcPasswordField id="old-pass" :label="t('settings', 'Current password')" |