diff --git a/frontend/src/components/input/ColorPicker.vue b/frontend/src/components/input/ColorPicker.vue index c7128cc97..224adfd6b 100644 --- a/frontend/src/components/input/ColorPicker.vue +++ b/frontend/src/components/input/ColorPicker.vue @@ -15,6 +15,7 @@ type="color" :list="colorListID" :class="{'is-empty': isEmpty}" + :aria-label="$t('input.projectColor')" >
-