fix(a11y): add labels to project description label

This commit is contained in:
kolaente 2025-01-22 11:19:20 +01:00
parent 1ac553943b
commit f35bf571e9
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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…",