More translation fixes

This commit is contained in:
Girish Ramakrishnan
2025-11-07 10:45:21 +01:00
parent 232bce0a2d
commit 9ed5f43ea1
17 changed files with 73 additions and 60 deletions
+2 -2
View File
@@ -294,8 +294,8 @@ defineExpose({
<MultiSelect v-if="allLocalGroups.length" v-model="localGroups" option-key="id" :options="allLocalGroups" :search-threshold="20" />
</FormGroup>
<!-- hidden for now, until we figure why one would want to add an inactive user -->
<Checkbox v-if="false" v-model="active" :disabled="isSelf" :label="$t('users.user.activeCheckbox')" help-url="https://docs.cloudron.io/user-management/#disable-user"/>
<!-- on add, this is hidden for now, until we figure why one would want to add an inactive user -->
<Checkbox v-if="user" v-model="active" :disabled="isSelf" :label="$t('users.user.activeCheckbox')" help-url="https://docs.cloudron.io/user-management/#disable-user"/>
<Checkbox v-if="!user" v-model="sendInvite" :label="$t('users.addUserDialog.sendInviteCheckbox')" />
</fieldset>
</form>