assists -> shots localization

master
Tait Hoyem 1 year ago
parent e11bd4a34f
commit 1dfde93049

@ -28,7 +28,7 @@ use sqlx::{Pool, Postgres};
use std::net::SocketAddr;
use std::sync::Arc;
const VERSION: &str = "0.3.3";
const VERSION: &str = "0.3.4";
#[derive(Template)]
#[template(path = "hello.html")]

@ -3,7 +3,7 @@
<tr>
<th>{{ localize("team") }}</th>
<th>{{ localize("goal_plural") }}</th>
<th>{{ localize("assist_plural") }}</th>
<th>{{ localize("shot_plural") }}</th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save