Skip to content

Commit

Permalink
Updates UI text
Browse files Browse the repository at this point in the history
  • Loading branch information
cabird committed Nov 30, 2018
1 parent 5e29014 commit 83723a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PelotonDataGui/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ColumnDefinition />
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<TextBlock Margin="10,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="3"><Run Text="Enter your Peloton account Username and Password. Then specify the directory to output the data files to and click &quot;Get Data&quot;. Each workout's data will be downloaded and stored in comma separated values format. If a workout's file is already present in the output directory, it will not be downloaded again."/><LineBreak/><Run Text="Source can be found at http://www.github.com/cabird/PelotonData"/><LineBreak/><Run Text="Questions/Feature Requests/Bug Reports can be sent to cabird@gmail.com (but this is a side project, so...)"/></TextBlock>
<TextBlock Margin="5,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="3"><Run Text="Enter your Peloton account Username and Password. Then specify the directory to output the data files to and click &quot;Get Data&quot;. Each workout's data will be downloaded and stored in comma separated values format (suitable to open in Excel). If a workout's file is already present in the output directory, it will not be downloaded again."/><LineBreak/><Run Text="Source can be found at http://www.github.com/cabird/PelotonData"/><LineBreak/><Run Text="Questions/Feature Requests/Bug Reports can be sent to cabird+peloton@gmail.com (but this is a side project, so...)"/></TextBlock>
<Label Content="Username" Height="30" Margin="0" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0"/>
<TextBox Name="UsernameTextBox" HorizontalAlignment="Stretch" Height="24" Margin="0" TextWrapping="Wrap" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2"/>

Expand Down

0 comments on commit 83723a0

Please sign in to comment.