From 5e075b09a48887c02d99917d101360d8c61cf352 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 7 Jan 2018 21:16:33 +0100 Subject: [PATCH] Reconciliation panel: spelling of JS property --- .../core/scripts/reconciliation/standard-service-panel.html | 2 +- .../core/scripts/reconciliation/standard-service-panel.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html index 58bea1585..0e65108c2 100644 --- a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html +++ b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html @@ -15,7 +15,7 @@ - + diff --git a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js index 6a555aa68..72236edf2 100644 --- a/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js +++ b/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.js @@ -87,7 +87,7 @@ ReconStandardServicePanel.prototype._constructUI = function() { this._elmts.rawServiceLink.html($.i18n._('core-recon')["service-api"]); this._elmts.or_proc_cellType.html($.i18n._('core-recon')["cell-type"]+":"); this._elmts.or_proc_colDetail.html($.i18n._('core-recon')["col-detail"]+":"); - this._elmts.or_proc_againsType.html($.i18n._('core-recon')["against-type"]+":"); + this._elmts.or_proc_againstType.html($.i18n._('core-recon')["against-type"]+":"); this._elmts.or_proc_noType.html($.i18n._('core-recon')["no-type"]); this._elmts.or_proc_autoMatch.html($.i18n._('core-recon')["auto-match"]); this._elmts.or_proc_max_candidates.html($.i18n._('core-recon')["max-candidates"]);