diff --git a/static/js/appDialog.js b/static/js/appDialog.js index 4f8d493..dadbd46 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.') + '

' );