From 649705fdff411070e1461309e22156ccb8cd4205 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 22 May 2013 15:53:36 +0200 Subject: edited no names text --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index dc99115..ccdada9 100644 --- a/application.rb +++ b/application.rb @@ -35,7 +35,7 @@ get '/prediction/:neighbour/details/?' do $logger.debug "names task uri: #{task.uri}" case task[RDF::OT.hasStatus] when "Error" - @names = "There are no names for #{} available." + @names = "There are no names for this compound available." when "Completed" @names = @compound_uri.names.join(",") end -- cgit v1.2.3