We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10a6b0 commit f1fba81Copy full SHA for f1fba81
plugins/star-rating/frontend/public/templates/star-consent-link.html
@@ -1,7 +1,7 @@
1
<div class="bu-py-1 bu-px-4 cly-vue-drawer-step__section-group--filled">
2
<div class="cly-vue-drawer-step__section">
3
<div class="text-small text-heading bu-pb-1">{{i18n('rating.drawer.consent.text')}}</div>
4
- <validation-provider name="value.consent" rules="required|max:93" v-slot="v">
+ <validation-provider name="value.consent" rules="required|max:94" v-slot="v">
5
<el-input
6
:class="{'is-error': v.errors.length > 0}"
7
:placeholder="i18n('rating.drawer.consent.placeholder')"
0 commit comments