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

Fix typo in faq #456

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/faq/faq.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 i18n="faq section header">General information</h2>
<ul>
<li i18n="faq answer"><a href="https://github.com/zonemaster/zonemaster-engine">Engine</a>, a test framework that supports all functionality to perform DNS tests;</li>
<li i18n="faq answer"><a href="https://github.com/zonemaster/zonemaster-cli">CLI</a>, a command-line interface to the Engine;</li>
<li i18n="faq answer"><a href="https://github.com/zonemaster/zonemaster-backend">Bakend</a>, a server that allows you to run Zonemaster tests and save results using a JSON-RPC API and a database;</li>
<li i18n="faq answer"><a href="https://github.com/zonemaster/zonemaster-backend">Backend</a>, a server that allows you to run Zonemaster tests and save results using a JSON-RPC API and a database;</li>
<li i18n="faq answer"><a href="https://github.com/zonemaster/zonemaster-engine">GUI</a>, a web interface to the Backend.</li>
</ul>

Expand Down
16 changes: 8 additions & 8 deletions src/locale/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1005,14 +1005,6 @@
</context-group>
<note priority="1" from="description">faq response</note>
</trans-unit>
<trans-unit id="b9c39a4ac7f467c9db860a66a5ce8b1db9a1c820" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/zonemaster/zonemaster-backend&quot;&gt;"/>Bakend<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, a server that allows you to run Zonemaster tests and save results using a JSON-RPC API and a database;</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/faq/faq.component.html</context>
<context context-type="linenumber">26</context>
</context-group>
<note priority="1" from="description">faq answer</note>
</trans-unit>
<trans-unit id="8b10e6ae872a96b58fbcd7261cc90f226798d756" datatype="html">
<source>What is Zonemaster?</source>
<context-group purpose="location">
Expand Down Expand Up @@ -1467,6 +1459,14 @@
</context-group>
<note priority="1" from="description">form options</note>
</trans-unit>
<trans-unit id="6243d9cc093f3028c2496eea665f5be144f5638b" datatype="html">
<source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/zonemaster/zonemaster-backend&quot;&gt;"/>Backend<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, a server that allows you to run Zonemaster tests and save results using a JSON-RPC API and a database;</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/faq/faq.component.html</context>
<context context-type="linenumber">26</context>
</context-group>
<note priority="1" from="description">faq answer</note>
</trans-unit>
</body>
</file>
</xliff>
Loading