Skip to content

Commit

Permalink
Merge pull request #300 from hvarg/dev
Browse files Browse the repository at this point in the history
Typo on executable badge
  • Loading branch information
hvarg committed Feb 26, 2020
2 parents 10d7eec + 1be437f commit 79d251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/models/model-explore/model-preview.ts
Expand Up @@ -203,7 +203,7 @@ export class ModelPreview extends connect(store)(PageViewElement) {
<div class="text-centered one-line">
${this._nLocalSetups < 0 ? html`<loading-dots></loading-dots>`
: (this._nLocalSetups > 0 ? html`<b style="color: darkgreen;">Executable in MINT</b>`
: (this._nSetups > 0 ? html`<b>Executable in MINT for other Region</b>`
: (this._nSetups > 0 ? html`<b>Executable in MINT in another region</b>`
: html`<b style="color: chocolate;">Not executable in MINT</b>`
)
)
Expand Down

0 comments on commit 79d251a

Please sign in to comment.