From c8d4ded6aa73502545a1c69a93e8b3e2ab12f19a Mon Sep 17 00:00:00 2001 From: Shaun Becker Date: Wed, 7 Jan 2015 14:06:58 -0500 Subject: [PATCH] Fixed terms of service link --- src/main/template/main.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/template/main.handlebars b/src/main/template/main.handlebars index 7365c750..ea898bc8 100644 --- a/src/main/template/main.handlebars +++ b/src/main/template/main.handlebars @@ -2,7 +2,7 @@ {{#if info}}
{{info.title}}
{{{info.description}}}
- {{#if info.termsOfServiceUrl}}
Terms of service
{{/if}} + {{#if info.termsOfService}}
Terms of service
{{/if}} {{#if info.contact}}
Contact the developer
{{/if}} {{#if info.license}}
{{info.license.name}}
{{/if}} {{/if}}