Skip to content

Commit 256ae5c

Browse files
committed
Fill missing translation
1 parent a03f628 commit 256ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/SelectFileManagerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private void Add()
105105
{
106106
CustomExplorers.Add(new()
107107
{
108-
Name = "New Profile"
108+
Name = App.API.GetTranslation("defaultBrowser_new_profile")
109109
});
110110
SelectedCustomExplorerIndex = CustomExplorers.Count - 1;
111111
}

0 commit comments

Comments
 (0)