Fix duplicate string

This commit is contained in:
Jamie Cameron
2021-12-25 12:51:09 -08:00
parent 37191fb1c8
commit c834423046
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ our (%text, %gconfig, %access_users, %in, %config, %access);
&foreign_require("acl", "acl-lib.pl");
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
my @tabs = ( [ 'search', $text{'index_search'} ] );
my @tabs = ( [ 'search', $text{'index_searchtab'} ] );
if ($access{'notify'}) {
push(@tabs, [ 'notify', $text{'index_notify'} ]);
push(@tabs, [ 'notify', $text{'index_notifytab'} ]);
}
print &ui_tabs_start(\@tabs, 'mode', $in{'mode'} || 'search', 1);

View File

@ -39,8 +39,8 @@ index_notify_users=For actions by users
index_notify_email=Send email to
index_notify_usub=Include username in email subject?
index_notify_msub=Include action in email subject?
index_search=Search logs
index_notify=Email notification
index_searchtab=Search logs
index_notifytab=Email notification
index_searchdesc=This form can be used to search for Webmin actions by user, module, date range and files effected.
index_notifydesc=Use this form to configure email notifications when Webmin actions are peformed by selected users or in chosen modules.