Task change string String for Torpedo

Hi, I think I resolved well the task, I used the command:

sudo sed ‘s/String/Torpedo/g’ /root/nautilus.xml

Thanks

hello friend
there is a mistake you have to save it permanently with -i option like
sudo sed -i ‘s/String/Torpedo/g’ /root/nautilus.xml
i you used this so the change will be save permanently