Mercurial > lada > lada-client
changeset 1138:a3a715417540
Fixed typo in datafield getter.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 26 May 2016 14:03:54 +0200 |
parents | f1d21e6a7449 |
children | 143ab8fa13dc |
files | app/view/window/Ortszuordnung.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'); }