mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fill missing translation
This commit is contained in:
parent
a03f62832a
commit
256ae5c4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public partial class SelectFileManagerViewModel : BaseModel
|
|||
{
|
||||
CustomExplorers.Add(new()
|
||||
{
|
||||
Name = "New Profile"
|
||||
Name = App.API.GetTranslation("defaultBrowser_new_profile")
|
||||
});
|
||||
SelectedCustomExplorerIndex = CustomExplorers.Count - 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue