We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817672e commit 03c861aCopy full SHA for 03c861a
1 file changed
src/app/components/Head.tsx
@@ -38,10 +38,10 @@ const Head = ({ onSettingsClick }: { onSettingsClick: () => void }): JSX.Element
38
<Collapse isOpen={isOpenCollapse} header>
39
<LinkList noWrapper>
40
<LinkListItem href="https://yml.publiccode.tools/">
41
- Aiuto?
+ {t("editor.needhelp")}
42
</LinkListItem>
43
<LinkListItem href="https://github.com/italia/publiccode-editor">
44
- Codice sorgente
+ {t("editor.source_code")}
45
46
</LinkList>
47
</Collapse>
0 commit comments