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

Commit 3d61dec

Browse files
committed
Remove "opened" in timestamp
1 parent 2675dfd commit 3d61dec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/PullRequestListItem.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
TextTrimming="CharacterEllipsis"
132132
Foreground="{DynamicResource GitHubVsGrayText}">
133133
<TextBlock.Text>
134-
<MultiBinding StringFormat="{} {0} {1} {2} {3}">
135-
<Binding Source="{x:Static i18n:Resources.prOpenedText}" />
134+
<MultiBinding StringFormat="{} {0} {1} {2}">
136135
<Binding Converter="{StaticResource DurationToStringConverter}" Path="UpdatedAt" />
137136
<Binding Source="{x:Static i18n:Resources.prOpenedByText}" />
138137
<Binding Path="Author.Login" />

0 commit comments

Comments
 (0)