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::net::SocketAddr;
use std::sync::Arc; use std::sync::Arc;
const VERSION: &str = "0.3.3"; const VERSION: &str = "0.3.4";
#[derive(Template)] #[derive(Template)]
#[template(path = "hello.html")] #[template(path = "hello.html")]

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

Loading…
Cancel
Save