From bd614413ae12ff705149128d88e50e11b713a0fb Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 17 Aug 2020 01:49:59 +0200 Subject: [PATCH] Minor wording change --- app/views/packages/details.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index 2388a4e..081964e 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -12,8 +12,8 @@ h1 =@package.name - if @package.screenshots_pending.length > 0 div.callout.warning p - ' Some screenshots have been uploaded for this package. - ' They still need to be approved by a moderator. + ' New screenshots have been uploaded for this package. + ' They still need to be approved by a moderator before they are publicly visible. ' Please check again later. - if screenshots_visible_to_user(@package).count > 0