diff --git a/static/js/appDialog.js b/static/js/appDialog.js index dadbd46..00b149c 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -44,7 +44,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('A newer version of Open Media Library is available in git.') - + '
' + + '

' + Ox._('To update run:') + ' ./ctl update' ); @@ -53,7 +53,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('You are running Open Media Library version {0}.', [response.data.current]) - + '
' + + '

' + Ox._('A newer version is available.') + '

' ); @@ -88,7 +88,7 @@ oml.ui.appDialog = function() { titleHTML + '

' + Ox._('You are running Open Media Library version {0}.', [response.data.current]) - + '
' + + '

' + Ox._('You are up to date.') + '

' ); @@ -97,7 +97,7 @@ oml.ui.appDialog = function() { }); } else { $content.html('

' + title + '

' - + '

The lazy brown fox jumped over the lazy black fox, but otherwise not really much happened here since you last checked.'); + + '

The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.'); } $('

') .css({