Skip to content

Commit

Permalink
add translation
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
SagarGi committed Oct 18, 2024
1 parent 3dcc563 commit 49d3d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</NcNoteCard>
<NcNoteCard v-else-if="showEncryptionWarningForGroupFolders" class="note-card" type="warning">
<p class="note-card--title">
<b>Encryption for Group Folders are not enabled.</b>
<b>{{ t('integration_openproject', 'Encryption for Group Folders are not enabled.') }}</b>
</p>
<p class="note-card--warning-description" v-html="getGroupFolderEncryptionWarningHint" /> <!-- eslint-disable-line vue/no-v-html -->
</NcNoteCard>
Expand Down

0 comments on commit 49d3d38

Please sign in to comment.