Skip to content

Commit 8605e2b

Browse files
committed
Code Quality: Removed duplicate string
1 parent 3d8b581 commit 8605e2b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Files.App/Actions/Git/GitCloneAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal sealed partial class GitCloneAction : ObservableObject, IAction
88
private readonly IContentPageContext pageContext = Ioc.Default.GetRequiredService<IContentPageContext>();
99
private readonly IDialogService dialogService = Ioc.Default.GetRequiredService<IDialogService>();
1010

11-
public string Label { get; } = Strings.GitClone.GetLocalizedResource();
11+
public string Label { get; } = Strings.Clone.GetLocalizedResource();
1212

1313
public string Description { get; } = Strings.GitCloneDescription.GetLocalizedResource();
1414

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,9 +3132,6 @@
31323132
<data name="ImproveTranslation" xml:space="preserve">
31333133
<value>Translate on Crowdin</value>
31343134
</data>
3135-
<data name="GitClone" xml:space="preserve">
3136-
<value>Clone</value>
3137-
</data>
31383135
<data name="GitFetch" xml:space="preserve">
31393136
<value>Fetch</value>
31403137
</data>

0 commit comments

Comments
 (0)