Просмотр исходного кода

fix(build): minor build script fix, fixes #3756

Torkel Ödegaard 10 лет назад
Родитель
Сommit
0a58404584
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      build.go
  2. 1 1
      public/app/features/sidemenu/sidemenu.ts

+ 1 - 1
build.go

@@ -238,7 +238,7 @@ func createPackage(options linuxPackageOptions) {
 		"-C", packageRoot,
 		"--vendor", "Grafana",
 		"--url", "http://grafana.org",
-		"--license", "Apache 2.0",
+		"--license", "\"Apache 2.0\"",
 		"--maintainer", "contact@grafana.org",
 		"--config-files", options.configFilePath,
 		"--config-files", options.ldapFilePath,

+ 1 - 1
public/app/features/sidemenu/sidemenu.ts

@@ -52,7 +52,7 @@ class SideMenuCtrl {
    if (this.contextSrv.hasRole('Admin')) {
      this.orgMenu.push({section: this.user.orgName, cssClass: 'dropdown-menu-title'});
      this.orgMenu.push({
-       text: "Settings",
+       text: "Preferences",
        url: this.getUrl("/org"),
      });
      this.orgMenu.push({