French localization update

This commit is contained in:
Vicnet
2023-11-11 12:31:00 +01:00
parent 63730732b6
commit 46401edfb9
5 changed files with 142 additions and 29 deletions

View File

@@ -66,9 +66,6 @@ struct RecipeEditView: View {
if viewModel.showImportSection {
Section {
TextField("URL (e.g. example.com/recipe)", text: $viewModel.importURL)
.onSubmit {
viewModel.importRecipe()
}
Button {
viewModel.importRecipe()
} label: {