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
+1 -1
View File
@@ -108,7 +108,7 @@ defineExpose({
</FormGroup>
<FormGroup>
<label for="appsInput">Access to Apps</label>
<label for="appsInput">{{ $t('users.group.allowedApps') }}</label>
<MultiSelect v-model="apps" :options="allApps" option-key="id" :search-threshold="20"/>
</FormGroup>
</fieldset>
@@ -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"/>