Skip to content

Commit

Permalink
Fixed: placeholder for group description field (#138).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Dec 26, 2023
1 parent 6bcd66f commit 8784fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FacilityGroupDescriptionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ion-content>
<ion-item>
<ion-textarea
placeholder="{{ tranlate('group description') }}"
:placeholder="translate('group description')"
:auto-grow="true"
v-model="facilityGroupDescription"
>
Expand Down

0 comments on commit 8784fbb

Please sign in to comment.