Skip to content

Commit

Permalink
chore: Update Administrator access wording
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Oct 8, 2024
1 parent 05e3443 commit 698e517
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/AdminAccess.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<template>
<div class="admin">
<h3>{{ t('privacy', 'Administrators') }}</h3>
<p class="admin__desc">
{{ t('privacy', 'The following users are designated administrators and may potentially have access to your data through system storage or backups. However, they do not have easy access to your data via the web interface or client applications.') }}
</p>

<NcLoadingIcon v-if="isLoading"
:name="t('privacy', 'Loading administrators …')"
Expand Down Expand Up @@ -204,6 +207,11 @@ export default {
<style lang="scss" scoped>
.admin {
&__desc {
color: var(--color-text-maxcontrast);
margin-bottom: calc(var(--default-grid-baseline) * 4);
}
&__controls {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 698e517

Please sign in to comment.