Reconciliation panel: spelling of JS property

This commit is contained in:
Olle Jonsson 2018-01-07 21:16:33 +01:00
parent 428ff02189
commit 5e075b09a4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</tr>
<tr>
<td><input type="radio" name="type-choice" value="">
<span bind="or_proc_againsType"></span> <input size="20" bind="typeInput" /></td>
<span bind="or_proc_againstType"></span> <input size="20" bind="typeInput" /></td>
<td>
</td>
</tr>

View File

@ -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"]);