fix(en): add missing image import failure keys

This commit is contained in:
StiefelJackal 2024-07-26 14:27:26 -04:00
parent d211b6f1b5
commit 286969e02d

View file

@ -936,6 +936,9 @@
"Importer.Image.Stereo180": "Stereo 180° photo",
"Importer.Image.LUT": "LUT",
"Importer.Image.Failure.Heading": "Failed to Import Image <color=hero.yellow>{image}</color>",
"Importer.Image.Failure.Description": "Failed to import the image due to the following:\n\n<color=hero.red>{error}</color>",
"Importer.LUT.Failure.Heading": "Failed to Import LUT <color=hero.yellow>{image}</color>",
"Importer.LUT.Failure.Description": "Failed to import LUT due to the following:\n\n<color=hero.red>{error}</color>",