[fix] Add missing domain variable.

This commit is contained in:
opi 2014-05-15 15:07:41 +02:00
parent a2f28aa1eb
commit 2d740dcdc4

View file

@ -155,7 +155,7 @@ app = Sammy('#main', function (sam) {
setInterval(function () {
$('#popup-title').text(y18n.t('installation_complete'));
$('#popup-body').html(
'<p>'+ y18n.t('installation_complete_desc', ['https://'+ args.domain +'/yunohost/admin']) +'</p>'
'<p>'+ y18n.t('installation_complete_desc', ['https://'+ args.domain +'/yunohost/admin', args.domain +'/yunohost/admin']) +'</p>'
+ '<br>'
+ '<p><small>'+ y18n.t('installation_complete_help_dns') +'</small></p>');
}, interval);