Browse Source

Merge pull request #1240 from dottenbr/about-footer-change

Changed footer date in About to 2015 from 2014
version-14
Rushabh Mehta 10 years ago
parent
commit
cee86fc03f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/about.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/about.js View File

@@ -13,7 +13,7 @@ frappe.ui.misc.about = function() {
<h4>Installed Apps</h4>\
<div id='about-app-versions'>Loading versions...</div>\
<hr>\
<p class='text-muted'>&copy; 2014 Frappe Technologies Pvt. Ltd and contributors </p> \
<p class='text-muted'>&copy; 2015 Frappe Technologies Pvt. Ltd and contributors </p> \
</div>", frappe.app));

frappe.ui.misc.about_dialog = d;


Loading…
Cancel
Save