Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
8aa8bd53
Commit
8aa8bd53
authored
Oct 31, 2019
by
Robert Czechowski
Browse files
Update core.rs: Fix typo Trainig -> Training
parent
77b0b21e
Pipeline
#280
passed with stages
in 17 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core.rs
View file @
8aa8bd53
...
...
@@ -159,7 +159,7 @@ pub fn show_contests<T: MedalConnection>(conn: &T, session_token: &str, visibili
data
.insert
(
"contest"
.to_string
(),
to_json
(
&
v
));
data
.insert
(
"contestlist_header"
.to_string
(),
to_json
(
&
match
visibility
{
ContestVisibility
::
Open
=>
"Trainigsaufgaben"
,
ContestVisibility
::
Open
=>
"Traini
n
gsaufgaben"
,
ContestVisibility
::
Current
=>
"Aktuelle Wettbewerbe"
,
ContestVisibility
::
All
=>
"Alle Wettbewerbe"
,
}));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment