Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Change UWP Zero State messages (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrspelos authored May 22, 2020
1 parent 6255620 commit b8b2296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Miunie.WindowsApp/Views/ImpersonationChatPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
<Button Grid.Row="1" Grid.Column="1" Command="{Binding SendMessageCommand}" CommandParameter="{Binding ElementName=MessageTextBox, Path=Text, RelativeSource={RelativeSource Mode=TemplatedParent}}" FontFamily="Segoe MDL2 Assets" Content="&#xE725;" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="5,5,5,10"/>
</Grid>
</Grid>
<c:NoContentControl Visibility="{Binding NoContentIsVisible}" Icon="&#xE90A;" Title="NO CHANNELS FOUND" Description="This is weird... It doesn't appear that you have access to any channels, or there might be a bit of misconfiguration." />
<c:NoContentControl Visibility="{Binding NoContentIsVisible}" Icon="&#xE90A;" Title="NO CHANNELS FOUND" Description="Huh... No accessible channels, no impersonation... Try adding a channel I can actually see." />
</Grid>
</Page>
2 changes: 1 addition & 1 deletion src/Miunie.WindowsApp/Views/ServersPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</DataTemplate>
</GridView.ItemTemplate>
</GridView>
<c:NoContentControl Visibility="{Binding NoContentIsVisible}" Icon="&#xE90A;" Title="NO SERVERS FOUND" Description="This is weird... It doesn't appear that you have access to any servers, or there might be a bit of misconfiguration." />
<c:NoContentControl Visibility="{Binding NoContentIsVisible}" Icon="&#xE90A;" Title="NO SERVERS FOUND" Description="I'm not in any servers, chief. And I'll sooner be written in JavaScript before I show you my DMs." />
</Grid>
</Page>

0 comments on commit b8b2296

Please sign in to comment.