fix software update panel (layout)
This commit is contained in:
parent
a5802eb077
commit
030aee8f8a
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ oml.ui.appDialog = function() {
|
||||||
titleHTML
|
titleHTML
|
||||||
+ '<p>'
|
+ '<p>'
|
||||||
+ Ox._('A newer version of Open Media Library is available in git.')
|
+ Ox._('A newer version of Open Media Library is available in git.')
|
||||||
+ '<br><br>'
|
+ '<br>'
|
||||||
+ Ox._('To update run:')
|
+ Ox._('To update run:')
|
||||||
+ ' <code>./ctl update</code>'
|
+ ' <code>./ctl update</code>'
|
||||||
);
|
);
|
||||||
|
@ -53,7 +53,7 @@ oml.ui.appDialog = function() {
|
||||||
titleHTML
|
titleHTML
|
||||||
+ '<p>'
|
+ '<p>'
|
||||||
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
|
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
|
||||||
+ '<br><br>'
|
+ '<br>'
|
||||||
+ Ox._('A newer version is available.')
|
+ Ox._('A newer version is available.')
|
||||||
+ '</p>'
|
+ '</p>'
|
||||||
);
|
);
|
||||||
|
@ -88,7 +88,7 @@ oml.ui.appDialog = function() {
|
||||||
titleHTML
|
titleHTML
|
||||||
+ '<p>'
|
+ '<p>'
|
||||||
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
|
+ Ox._('You are running Open Media Library version {0}.', [response.data.current])
|
||||||
+ '<br><br>'
|
+ '<br>'
|
||||||
+ Ox._('You are up to date.')
|
+ Ox._('You are up to date.')
|
||||||
+ '</p>'
|
+ '</p>'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue