From d69fbb9a7c4b6f6133ae560aeb73378619126f59 Mon Sep 17 00:00:00 2001 From: Alessandro <101992942+G-Alessandro@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:23:10 +0200 Subject: [PATCH] Deleted repetition of the word "aver" in the Italian translation Deleted repetition of the word "aver" in the Italian translation. I take this opportunity to thank you immensely for the work you have done which is helping me to better understand how github works in my study path. Sorry if I made some mistakes but English is not my native language and I'm using google translate to write, thanks again for the work you have done and I wish you all the best in your future and future projects. --- src/levels/remote/remoteBranches.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/remoteBranches.js b/src/levels/remote/remoteBranches.js index a8a7caf2..b2c38c67 100644 --- a/src/levels/remote/remoteBranches.js +++ b/src/levels/remote/remoteBranches.js @@ -1141,7 +1141,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "Per completare questo livello, fai un commit una volta dal `main` e una volta dopo aver aver eseguito il checkout su `o/main`. Questo ti aiuterà a capire come i rami remoti si comportano differentemente, e si aggiornano solo per riflettere lo stato del remoto" + "Per completare questo livello, fai un commit una volta dal `main` e una volta dopo aver eseguito il checkout su `o/main`. Questo ti aiuterà a capire come i rami remoti si comportano differentemente, e si aggiornano solo per riflettere lo stato del remoto" ] } }