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 authored and nabim777 committed Oct 23, 2024
1 parent 21f40f9 commit 515d426
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 515d426

Please sign in to comment.