Skip to content

Commit

Permalink
Revert "add question mark to question"
Browse files Browse the repository at this point in the history
This reverts commit 51bfdcd.

we don't want a question mark here, because the text serves 2 purposes:
- explain what the button does, as a standard title element (assertion)
- request confirmation after the button is pressed (question)
  • Loading branch information
ornicar committed Nov 8, 2024
1 parent ccd00b6 commit af00fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod/src/main/ui/ModUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class ModUi(helpers: Helpers)(isChatPanic: () => Boolean):
cls := (!allowed).option("disabled"),
title := {
if allowed
then "Definitely erase everything about this user?"
then "Definitely erase everything about this user"
else "This user has some history, only admins can erase"
},
(!allowed).option(disabled)
Expand Down

0 comments on commit af00fd8

Please sign in to comment.