Skip to content

Commit

Permalink
Fix the lable of managed project folder
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Aug 7, 2023
1 parent adf003e commit 94f3c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</div>
<div v-else class="project-folder-status">
<div class="project-folder-status-value">
<b>Automatic managed folders:</b> {{ opUserAppPassword ? t('integration_openproject', 'Active') : t('integration_openproject', 'Inactive') }}
<b>Automatically managed folders:</b> {{ opUserAppPassword ? t('integration_openproject', 'Active') : t('integration_openproject', 'Inactive') }}
</div>
<ProjectFolderError
v-if="state.app_password_set && !isProjectFolderSetupCorrect"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ exports[`AdminSettings.vue Project folders form (Project Folder Setup) view mode
<formheading-stub index="4" title="Project folders (recommended)" issetupcompletewithoutprojectfolders="true" isprojectfoldersetupheading="true"></formheading-stub>
<div>
<div class="project-folder-status">
<div class="project-folder-status-value"><b>Automatic managed folders:</b> Inactive
<div class="project-folder-status-value"><b>Automatically managed folders:</b> Inactive
</div>
<!---->
<div class="form-actions">
Expand Down

0 comments on commit 94f3c3f

Please sign in to comment.