Skip to content

Commit a717ccf

Browse files
authored
Merge pull request #334 from marmoure/connection-text
tweaking connection window text
2 parents a93f521 + a6654b5 commit a717ccf

File tree

1 file changed

+2
-2
lines changed
  • fusion-studio-extension/src/browser/widget

1 file changed

+2
-2
lines changed

fusion-studio-extension/src/browser/widget/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class FSHome extends React.Component<FSHomeProps, any> {
1414
{/* <p>Fusion Studio</p> */}
1515
</div>
1616
<div className="description">
17-
<p>There are no servers.</p>
18-
<p>To start add a new one.</p>
17+
<p>There are no servers defined yet.</p>
18+
<p>To get started, click the 'New Server...' button.</p>
1919
</div>
2020
<div className='open-workspace-button-container'>
2121
<button className='open-workspace-button theia-button' title='Connect to a server' onClick={() => this.props.core.execute('connect')}><i className="fa fa-plus fa-fw" /> New Server...</button>

0 commit comments

Comments
 (0)