From c7198232f5a576a2e922d525c941a66906dada7d Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 3 Jun 2023 11:09:53 -0700 Subject: [PATCH] Fix wording a little --- quota/lang/en | 4 ++-- quota/list_users.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quota/lang/en b/quota/lang/en index 1c25b8103..c084a3600 100644 --- a/quota/lang/en +++ b/quota/lang/en @@ -173,7 +173,7 @@ lgroups_tablist=Group list lgroups_eallow=You are not allowed to edit quotas on this filesystem lgroups_title=Filesystem Quotas lgroups_return=filesystems list -lgroups_toomany=Too many groups have quotas on $1 to display on one page +lgroups_toomany=Too many groups have quotas on $1 to display on one page. lgroups_quotas=All Group Quotas on $1 lgroups_blocks=Blocks lgroups_kbs=Kilobytes @@ -247,7 +247,7 @@ lusers_tabemail=Email notifications lusers_eallow=You are not allowed to edit quotas on this filesystem lusers_title=Filesystem Quotas lusers_return=filesystems list -lusers_toomany=Too many users have quotas on $1 to display on one page +lusers_toomany=Too many users have quotas on $1 to display on one page. lusers_qoutas=All User Quotas on $1 lusers_bsize=Quota block size : $1 bytes lusers_blocks=Blocks diff --git a/quota/list_users.cgi b/quota/list_users.cgi index 690648820..67397e44a 100755 --- a/quota/list_users.cgi +++ b/quota/list_users.cgi @@ -42,7 +42,7 @@ $n = &filesystem_users($f); $bsize = &block_size($f); $fsbsize = &block_size($f, 1); if ($n > $config{'display_max'} && !$access{'ro'}) { - print "", &text('lusers_toomany', $f), "
\n"; + print "", &text('lusers_toomany', $f), "

\n"; print &ui_links_row(\@ulinks); } elsif ($n) {