Skip to content

Commit

Permalink
First fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Oct 22, 2024
1 parent 0ac4869 commit 6581f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Sections/ZaakAfhandelAppAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use OCP\IURLGenerator;
use OCP\Settings\IIconSection;

class OpenCatalogiAdmin implements IIconSection {
class ZaakAfhandelAppAdmin implements IIconSection {
private IL10N $l;
private IURLGenerator $urlGenerator;

Expand Down
2 changes: 1 addition & 1 deletion lib/Settings/ZaakAfhandelAppAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use OCP\IL10N;
use OCP\Settings\ISettings;

class OpenCatalogiAdmin implements ISettings {
class ZaakAfhandelAppAdmin implements ISettings {
private IL10N $l;
private IConfig $config;

Expand Down
4 changes: 2 additions & 2 deletions src/views/settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</NcButton>
</div>

<template v-for="objectType in objectTypesList" :key="objectType.id">
<div v-for="objectType in objectTypesList" :key="objectType.id">
<h3>{{ objectType.title }}</h3>
<p>{{ objectType.description }}</p>
<NcButton v-if="objectType.helpLink" @click="openLink(objectType.helpLink, '_blank')">
Expand Down Expand Up @@ -73,7 +73,7 @@
Opslaan
</NcButton>
</div>
</template>
</div>
</div>
<NcLoadingIcon v-if="loading"
class="loadingIcon"
Expand Down

0 comments on commit 6581f46

Please sign in to comment.