fix appDialog
This commit is contained in:
parent
39aa924c73
commit
8a2d34b1c5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ oml.ui.appDialog = function() {
|
||||||
+ 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><br>'
|
||||||
+ Ox._('To update run:')
|
+ Ox._('To update run:')
|
||||||
+ ' <code>./ctl update</code>')
|
+ ' <code>./ctl update</code>'
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$content.html(
|
$content.html(
|
||||||
|
|
Loading…
Reference in a new issue