From 2d740dcdc4232edce973dbf23bfd2ad07a05ec74 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 15 May 2014 15:07:41 +0200 Subject: [PATCH] [fix] Add missing domain variable. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 2d6a6485..6723e8ba 100644 --- a/js/app.js +++ b/js/app.js @@ -155,7 +155,7 @@ app = Sammy('#main', function (sam) { setInterval(function () { $('#popup-title').text(y18n.t('installation_complete')); $('#popup-body').html( - '

'+ y18n.t('installation_complete_desc', ['https://'+ args.domain +'/yunohost/admin']) +'

' + '

'+ y18n.t('installation_complete_desc', ['https://'+ args.domain +'/yunohost/admin', args.domain +'/yunohost/admin']) +'

' + '
' + '

'+ y18n.t('installation_complete_help_dns') +'

'); }, interval);