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);