Skip to content

Commit

Permalink
Merge #186
Browse files Browse the repository at this point in the history
186: Updated score confirmation message r=TristanDebrunner a=elsald

fixes #184

Co-authored-by: elsald <elsald@icloud.com>
  • Loading branch information
bors[bot] and elsald authored Sep 26, 2023
2 parents a074adb + 8f2a8c2 commit 4e1d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refbox/src/app/view_builders/confirmation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub(in super::super) fn build_score_confirmation_page<'a>(
clock_running: bool,
) -> Element<'a, Message> {
let header = text(format!(
"Is this score correct?\n\nBlack: {} White: {}\n",
"Is this score correct?\nConfirm with cheif referee.\n\nBlack: {} White: {}\n",
scores.black, scores.white
))
.horizontal_alignment(Horizontal::Center);
Expand Down

0 comments on commit 4e1d6d4

Please sign in to comment.