Fill missing translation

This commit is contained in:
Jack251970 2025-09-18 12:15:33 +08:00
parent a03f62832a
commit 256ae5c4b0

View file

@ -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;
}