Skip to content
Snippets Groups Projects
Commit 9c71737c authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

fix label

parent 2fa6000a
No related branches found
No related tags found
2 merge requests!622Production Release | nshmp-haz,!621fix label
...@@ -228,7 +228,7 @@ public final class HazardService { ...@@ -228,7 +228,7 @@ public final class HazardService {
private static final class Metadata { private static final class Metadata {
final Object server; final Object server;
final String xlabel = "Ground Motion (g)"; final String xlabel = "Ground Motion (g)";
final String ylabel = "Annual Frequency of Exceedence"; final String ylabel = "Annual Frequency of Exceedance";
Metadata(Object server) { Metadata(Object server) {
this.server = server; this.server = server;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment