Skip to content

Commit

Permalink
ISI-915 Rename: Offizielle Mitteilung -> Mitzeichnung
Browse files Browse the repository at this point in the history
  • Loading branch information
albrecht.schaenzel committed Oct 20, 2023
1 parent fd0dcb3 commit 0a17371
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
md="12"
>
<tri-switch
id="offizielle_mitteilung_triswitch"
ref="offizielleMitteilungTriswitch"
id="offizielle_mitzeichnung_triswitch"
ref="offizielleMitzeichnungTriswitch"
v-model="abfrage.offizielleMitzeichnung"
:disabled="!isEditable"
off-text="Nein"
on-text="Ja"
:rules="[fieldValidationRules.notUnspecified]"
>
<template #label> Offizielle Mitteilung <span class="secondary--text">*</span> </template>
<template #label> Offizielle Mitzeichnung <span class="secondary--text">*</span> </template>
</tri-switch>
</v-col>
</v-row>
Expand Down

0 comments on commit 0a17371

Please sign in to comment.