Fix casing in translations

dashboard/README.md has information of the casing style
This commit is contained in:
Girish Ramakrishnan
2025-10-22 14:20:56 +02:00
parent a78799973d
commit 34f04828c5
6 changed files with 124 additions and 105 deletions

View File

@@ -50,7 +50,7 @@ onMounted(async () => {
<template>
<div class="content">
<Section :title="$t('users.title')" :title-badge="!features.profileConfig ? 'Upgrade' : ''">
<Section :title="$t('users.settings.title')" :title-badge="!features.profileConfig ? 'Upgrade' : ''">
<SettingsItem>
<div>{{ $t('users.settings.allowProfileEditCheckbox') }} <sup><a href="https://docs.cloudron.io/user-directory/#lock-profile" target="_blank"><i class="fa fa-question-circle"></i></a></sup></div>
<Switch v-model="editableUserProfiles" @change="onToggleEditableUserProfiles" :disabled="busy || !features.profileConfig"/>