Skip to content

Commit

Permalink
add space after FBOS version label
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jul 24, 2017
1 parent 23e7fb2 commit 3b2d5fd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/devices/components/farmbot_os_settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,16 @@ export class FarmbotOsSettings
</Col>
<Col xs={3}>
<p>
{t("Version")}
{this
.props
.bot
.hardware
.informational_settings.controller_version
|| t(" unknown (offline)")}
{t("Version {{ version }}", {
version:
this
.props
.bot
.hardware
.informational_settings.controller_version
|| t(" unknown (offline)")
}
)}
</p>
</Col>
<Col xs={7}>
Expand Down

0 comments on commit 3b2d5fd

Please sign in to comment.