From 33a2d280ec1496780b9e5f99b11af285e37e6d35 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Mon, 1 Aug 2016 21:10:29 +0100 Subject: [PATCH] Improve explanation text --- app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.rb b/app.rb index f78e7dd..5780f80 100644 --- a/app.rb +++ b/app.rb @@ -265,7 +265,7 @@ get '/bodies/:body/elections/:date/:districts_name/:district' do @share_denominator = @poll.valid_ballot_papers else @share_denominator = @total_votes / @total_seats - @share_message = "The vote share calculations have been estimated as we don't have data for the number of valid ballot papers in this poll." + @share_message = "The vote share percentages have been estimated as we don't have data for the number of valid ballot papers in this poll." end # Postgres: All the columns selected when using GROUP BY must either be aggregate functions or appear in the GROUP BY clause