summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Konstantin2012-10-23 22:32:02 +0400
committerGravatar Konstantin2012-10-23 22:32:02 +0400
commit04e73bf48831a65baebddc4f815517e9b840d476 (patch)
treefca2186037b43af3f2dd24adbd6df73ab37661ea
parentcf3a226ded0c0e8198b122ced76327ad1fcb42a0 (diff)
downcase
-rw-r--r--Juick/LoginView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/LoginView.xaml b/Juick/LoginView.xaml
index db5e193..e7b61e8 100644
--- a/Juick/LoginView.xaml
+++ b/Juick/LoginView.xaml
@@ -22,7 +22,7 @@
<!--TitlePanel contains the name of the application and page title-->
<StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
- <TextBlock x:Name="ApplicationTitle" Text="JUICK" Style="{StaticResource PhoneTextNormalStyle}"/>
+ <TextBlock x:Name="ApplicationTitle" Text="juick" Style="{StaticResource PhoneTextNormalStyle}"/>
<TextBlock x:Name="PageTitle" Text="signup" Margin="9,-7,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>
</StackPanel>