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

Исправление опечатки на картинке для 9.7 #1975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s0nought
Copy link
Contributor

@s0nought s0nought commented Jun 21, 2024

Описание

Ожидание: [[HomeObject]]

Факт: [[HomeObject]

Добавлена пропущенная ], изменён id для text и x для tspan, чтобы учесть новый символ.

<text id="[[HomeObject]" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="193" y="148">[[HomeObject]</tspan></text>

=>

<text id="[[HomeObject]]" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="186" y="148">[[HomeObject]]</tspan></text>

Ссылки

-

Связанные Issue

-

@javascript-translate-bot javascript-translate-bot added the review needed Review needed, please approve or request changes label Jun 21, 2024
@javascript-translate-bot javascript-translate-bot requested a review from a team June 21, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review needed Review needed, please approve or request changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants