Skip to content

Commit

Permalink
Some translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Aug 13, 2024
1 parent f932d95 commit 23e6cd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modals/publication/AddPublicationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import { navigationStore, publicationStore } from '../../store/store.js'
<NcCheckboxRadioSwitch :disabled="loading"
label="Featured"
:checked.sync="publication.featured">
Featured
Uitgelicht
</NcCheckboxRadioSwitch>
</span>
<NcTextField :disabled="loading"
Expand Down
2 changes: 1 addition & 1 deletion src/modals/publication/EditPublicationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { navigationStore, publicationStore } from '../../store/store.js'
<NcCheckboxRadioSwitch :disabled="loading"
label="Featured"
:checked.sync="publicationItem.featured">
Featured
Uitgelicht
</NcCheckboxRadioSwitch>
</span>
<NcTextField :disabled="loading"
Expand Down
4 changes: 2 additions & 2 deletions src/views/publications/PublicationDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ import { catalogiStore, metadataStore, navigationStore, publicationStore } from
<span>{{ publicationStore.publicationItem.themes.join(", ") }}</span>
</div>
<div>
<b>Featured:</b>
<span>{{ publicationStore.publicationItem.featured ? "Yes" : "No" }}</span>
<b>Uitgelicht:</b>
<span>{{ publicationStore.publicationItem.featured ? "Ja" : "Nee" }}</span>
</div>
<div>
<b>Licentie:</b>
Expand Down

0 comments on commit 23e6cd5

Please sign in to comment.