fix(a11y): add labels to project description label
This commit is contained in:
parent
1ac553943b
commit
f35bf571e9
|
|
@ -30,6 +30,7 @@
|
|||
:to="{ name: 'project.info', params: { projectId: currentProject.id } }"
|
||||
class="project-title-button"
|
||||
>
|
||||
<span class="tw-sr-only">{{ $t('project.description') }}</span>
|
||||
<Icon icon="circle-info" />
|
||||
</BaseButton>
|
||||
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@
|
|||
"favorite": "Mark this project as favorite",
|
||||
"unfavorite": "Remove this project from favorites",
|
||||
"openSettingsMenu": "Open project settings menu",
|
||||
"description": "Project description",
|
||||
"create": {
|
||||
"header": "New project",
|
||||
"titlePlaceholder": "The project's title goes here…",
|
||||
|
|
|
|||
Loading…
Reference in New Issue