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>