diff --git a/static/js/appDialog.js b/static/js/appDialog.js index 75d3138..84a3d50 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -43,7 +43,7 @@ oml.ui.appDialog = function() { $content.html( titleHTML + '

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

' + Ox._('To update run:') + ' ./ctl update') @@ -52,9 +52,9 @@ oml.ui.appDialog = function() { $content.html( titleHTML + '

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

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

' ); Ox.Button({ @@ -86,7 +86,7 @@ oml.ui.appDialog = function() { $content.html( titleHTML + '

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

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

'