Merge pull request #1425 from olleolleolle/fix/spelling-in-js-variable-reconciliation

Reconciliation panel: spelling of JS property
This commit is contained in:
Thad Guidry 2018-01-07 14:38:06 -06:00 committed by GitHub
commit 26869c7d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]);