Skip to content

Commit

Permalink
fix update message
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Feb 11, 2020
1 parent cf190d7 commit 4a49021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/admin/js/Home/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Ext.define('Admin.Home.Tab', {
html: [
'<a target=blank href=' + url + '>',
'new version available!<br/>',
'you can update to ' + result.latest,
'update to ' + result.latest + ' release',
'</a>',
],
});
Expand Down

0 comments on commit 4a49021

Please sign in to comment.