Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LifeMetrics.vue, line 229, solving 2 SonarCloud reliability bugs #7186

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Ignacio0407
Copy link
Contributor

I've done added what SonarCloud said the table defined on line 229 was missing, headers and a description of the table (by using caption label). I hope this contribution is found helpful.

I've done added what SonarCloud said the table defined on line 229 was missing, <th> headers and a description of the table (by using caption label).
I hope this contribution is found helpful.
Copy link
Member

@asbiin asbiin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, please see my comments

Comment on lines +231 to +236
<caption style="caption-side: top;">Tabla de seguimiento del estado de ánimo por mes,
mostrando el número de eventos de seguimiento del estado de ánimo que ocurrieron en cada mes.</caption>
<thead>
<tr>
<th>Mes</th>
<th>Eventos</th>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't add hardcoded texts like that.
You must use the $t() function, and write the text in english. Then we can translate it in any languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants