Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/madmin/templates/statistics/spawn_statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

$( "#show-spawnpoints-stats" ).on( "click", '.convert', function(e) {
e.stopImmediatePropagation();
var r = confirm("You really want to convert this spawnpoints to normale one?");
var r = confirm("Do you really want to convert the spawnpoint(s) to normal one(s)?");
if (r != true) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion static/madmin/templates/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2>Worker Status</h2>
<div class="row">
<div class="col">
<div class="alert alert-primary">
View workers and their current status. Times are displayed as (HH:)MM:SS.
View workers and their current status. Times are displayed as (HH):MM:SS.
</div>
</div>
</div>
Expand Down