[Lada-commits] [PATCH 1 of 4] Fixed typo in datafield getter
Wald Commits
scm-commit at wald.intevation.org
Thu May 26 14:06:34 CEST 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1464264234 -7200
# Node ID a3a7154175404855c440696d806d8790a600740e
# Parent f1d21e6a74496aa474c5f41d205d9ab1914f1fb6
Fixed typo in datafield getter.
diff -r f1d21e6a7449 -r a3a715417540 app/view/window/Ortszuordnung.js
--- a/app/view/window/Ortszuordnung.js Wed May 25 14:52:41 2016 +0200
+++ b/app/view/window/Ortszuordnung.js Thu May 26 14:03:54 2016 +0200
@@ -45,7 +45,7 @@
+ ' '
+ i18n.getMsg('probe')
+ ' '
- + this.probe.get('hauptprobennr')
+ + this.probe.get('hauptprobenNr')
+ ' '
+ i18n.getMsg('edit');
}
@@ -57,7 +57,7 @@
+ ' '
+ i18n.getMsg('probe')
+ ' '
- + this.probe.get('hauptprobennr')
+ + this.probe.get('hauptprobenNr')
+ ' '
+ i18n.getMsg('create');
}
More information about the Lada-commits
mailing list