fix software update panel (layout)

This commit is contained in:
Rolux 2016-01-05 22:31:30 +05:30
parent a5802eb077
commit 030aee8f8a
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ oml.ui.appDialog = function() {
titleHTML
+ '<p>'
+ Ox._('A newer version of Open Media Library is available in git.')
+ '<br><br>'
+ '<br>'
+ Ox._('To update run:')
+ ' <code>./ctl update</code>'
);
@ -53,7 +53,7 @@ oml.ui.appDialog = function() {
titleHTML
+ '<p>'
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
+ '<br><br>'
+ '<br>'
+ Ox._('A newer version is available.')
+ '</p>'
);
@ -88,7 +88,7 @@ oml.ui.appDialog = function() {
titleHTML
+ '<p>'
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
+ '<br><br>'
+ '<br>'
+ Ox._('You are up to date.')
+ '</p>'
);