Fix to remove colon in button text as its relation is obvious

This commit is contained in:
Ilia Ross
2024-05-31 13:10:18 +03:00
parent b697c134f1
commit e0085e82d4
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ sub show_button
{
if ($access{'edit'}) {
print &ui_form_start("edit_mon.cgi");
print &ui_submit($text{'index_add'});
print &ui_submit($text{'index_madd'});
my @opts;
foreach $h (sort { $a->[1] cmp $b->[1] } &list_handlers()) {
push(@opts, [ $h->[0], $h->[1] ]);

View File

@ -5,7 +5,7 @@ index_desc=Monitoring
index_up=Status
index_last=Last check
index_local=Local
index_add=Add monitor of type:
index_madd=Add monitor of type
index_sched=Scheduled Monitoring
index_scheddesc=Turn scheduled checking of monitors on or off, and set the address to which failures are automatically emailed.
index_return=service list