Merge pull request #1425 from olleolleolle/fix/spelling-in-js-variable-reconciliation
Reconciliation panel: spelling of JS property
This commit is contained in:
commit
26869c7d39
@ -15,7 +15,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="radio" name="type-choice" value="">
|
<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>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -87,7 +87,7 @@ ReconStandardServicePanel.prototype._constructUI = function() {
|
|||||||
this._elmts.rawServiceLink.html($.i18n._('core-recon')["service-api"]);
|
this._elmts.rawServiceLink.html($.i18n._('core-recon')["service-api"]);
|
||||||
this._elmts.or_proc_cellType.html($.i18n._('core-recon')["cell-type"]+":");
|
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_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_noType.html($.i18n._('core-recon')["no-type"]);
|
||||||
this._elmts.or_proc_autoMatch.html($.i18n._('core-recon')["auto-match"]);
|
this._elmts.or_proc_autoMatch.html($.i18n._('core-recon')["auto-match"]);
|
||||||
this._elmts.or_proc_max_candidates.html($.i18n._('core-recon')["max-candidates"]);
|
this._elmts.or_proc_max_candidates.html($.i18n._('core-recon')["max-candidates"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user