Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6e798c6

Browse files
committed
Use GitHub.Resources for publish BlurbText
1 parent b08edb5 commit 6e798c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio.16/Sync/PublishView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:mtcw="clr-namespace:Microsoft.TeamFoundation.Controls.WPF;assembly=Microsoft.TeamFoundation.Controls"
7+
xmlns:ghfvs="https://github.com/github/VisualStudio"
78
mc:Ignorable="d"
89
d:DesignHeight="300" d:DesignWidth="300">
910

@@ -68,7 +69,7 @@
6869
<!-- Description text -->
6970
<TextBlock x:Name="Description"
7071
x:Uid="Description"
71-
Text="Powerful collaboration, code review, and code management for open source and private projects."
72+
Text="{x:Static ghfvs:Resources.BlurbText}"
7273
MaxHeight="100"
7374
TextWrapping="Wrap"
7475
TextTrimming="WordEllipsis"

0 commit comments

Comments
 (0)