Skip to content

Commit

Permalink
fix translation key
Browse files Browse the repository at this point in the history
Signed-off-by: Valentijn Scholten <[email protected]>
  • Loading branch information
valentijnscholten committed Jan 8, 2025
1 parent 7fb7043 commit 1a0b7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/administration/repositories/Repositories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
<c-switch color="primary" v-model="advisoryMirroringEnabled" label v-bind="labelIcon" />{{$t('admin.repository_advisory_mirroring_enabled')}}
</div>
<div v-show="advisoryMirroringEnabled" v-if="this.type === 'COMPOSER'">
<c-switch color="primary" v-model="advisoryAliasSyncEnabled" label v-bind="labelIcon" />{{$t('repository_advisory_alias_sync_enabled')}}
<c-switch color="primary" v-model="advisoryAliasSyncEnabled" label v-bind="labelIcon" />{{$t('admin.repository_advisory_alias_sync_enabled')}}
</div>
<div>
Expand Down

0 comments on commit 1a0b7cc

Please sign in to comment.