This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/develop by this push:
new 9505ece8 AIRAVATA-3662 Add placeholder on checkbox label so it is a
little clearer what the label is for
9505ece8 is described below
commit 9505ece89a70416b56b098b2f687515aee1e2291
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Nov 29 18:23:30 2022 -0500
AIRAVATA-3662 Add placeholder on checkbox label so it is a little clearer
what the label is for
---
.../components/users/field-editors/ExtendedUserProfileFieldEditor.vue | 1 +
1 file changed, 1 insertion(+)
diff --git
a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
index a8d60d14..0d2d5944 100644
---
a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
+++
b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
@@ -17,6 +17,7 @@
<b-form-input
v-model="checkbox_label"
:state="validateState($v.checkbox_label)"
+ placeholder="E.g. I accept the Terms of Service listed above"
/>
<b-form-invalid-feedback :state="validateState($v.checkbox_label)"
>This field is required.</b-form-invalid-feedback