diff options
| author | Fuwn <[email protected]> | 2023-03-30 20:11:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-30 20:11:20 -0700 |
| commit | a63b2174be4bb897d717034ed42e2b7676645deb (patch) | |
| tree | cbd89ccadc6fbaef751fd6f6021050ee9929ee6c /src/modules/static.rs | |
| parent | feat(translate): minimize translation passes (diff) | |
| download | locus-a63b2174be4bb897d717034ed42e2b7676645deb.tar.xz locus-a63b2174be4bb897d717034ed42e2b7676645deb.zip | |
feat(translation): add translation header
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 7197ac2..d2535df 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -62,9 +62,9 @@ pub fn module(router: &mut windmark::Router) { "stocks_telegram" ), ( - "/translate", + "/translations", "Translate a page to your language of choice!", - "translate" + "translations" ) ); } |