mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix duplicate string
This commit is contained in:
@ -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);
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user