Small translation errors

This commit is contained in:
Maxime Augier 2022-11-28 10:00:05 +01:00
parent 112ed7cedd
commit f0ae726c9d

View File

@ -12,7 +12,7 @@ templates::{info, instance, statics::index_css},
<head lang="en"> <head lang="en">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>@config.hostname() | ActivityPub Relay</title> <title>@config.hostname() | Relais ActivityPub</title>
<link rel="stylesheet" href="/static/@index_css.name" type="text/css" /> <link rel="stylesheet" href="/static/@index_css.name" type="text/css" />
</head> </head>
@ -26,7 +26,7 @@ templates::{info, instance, statics::index_css},
<main> <main>
@if !local.is_empty() || config.local_blurb().is_some() { @if !local.is_empty() || config.local_blurb().is_some() {
<article> <article>
<h3>About</h3> <h3>A Propos</h3>
<section class="local-explainer"> <section class="local-explainer">
@if let Some(blurb) = config.local_blurb() { @if let Some(blurb) = config.local_blurb() {
@blurb @blurb
@ -55,7 +55,7 @@ templates::{info, instance, statics::index_css},
</article> </article>
} }
<article> <article>
<a name="#joining"><h3>Joining</h3></a> <a name="#joining"><h3>Rejoindre</h3></a>
<section class="joining"> <section class="joining">
@if config.restricted_mode() { @if config.restricted_mode() {
<h4> <h4>