Skip to content

Commit

Permalink
fixed some text
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Aug 2, 2024
1 parent c604640 commit 4af9e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"cSpell.words": [
"depubliceerd",
"gedepubliceerd",
"depubliceren",
"Depubliceren",
"Matadata",
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/attachment/DepublishAttachmentDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { publicationStore, navigationStore } from '../../store/store.js'
Wil je <b>{{ publicationStore.attachmentItem.name ?? publicationStore.attachmentItem.title }}</b> depubliceren?
</p>
<NcNoteCard v-if="succes" type="success">
<p>Bijlage succesvol depubliceerd</p>
<p>Bijlage succesvol gedepubliceerd</p>
</NcNoteCard>
<NcNoteCard v-if="error" type="error">
<p>{{ error }}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/publication/DepublishPublicationDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { navigationStore, publicationStore } from '../../store/store.js'
Wil je <b>{{ publicationStore.publicationItem.name ?? publicationStore.publicationItem.title }}</b> depubliceren? De publicatie is dan niet meer vindbaar via de zoek index. Bijlagen die alléén aan deze publicatie zijn gekoppeld zijn dan ook niet meer vindbaar
</p>
<NcNoteCard v-if="succes" type="success">
<p>Publicatie succesvol depubliceerd</p>
<p>Publicatie succesvol gedepubliceerd</p>
</NcNoteCard>
<NcNoteCard v-if="error" type="error">
<p>{{ error }}</p>
Expand Down

0 comments on commit 4af9e6c

Please sign in to comment.