[web] Add missing localization key
This commit is contained in:
parent
0443946790
commit
6ad0fa3900
2 changed files with 4 additions and 1 deletions
|
@ -645,7 +645,7 @@ const ImageEditorOverlay = (props: IProps) => {
|
|||
setCurrentTab(value);
|
||||
}}
|
||||
>
|
||||
<Tab label={t("CROP")} value="crop" />
|
||||
<Tab label={t("editor.crop")} value="crop" />
|
||||
<Tab label={t("TRANSFORM")} value="transform" />
|
||||
<Tab
|
||||
label={t("COLORS")}
|
||||
|
|
|
@ -565,6 +565,9 @@
|
|||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"editor": {
|
||||
"crop": "Crop"
|
||||
},
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to Ente to persist your changes.",
|
||||
|
|
Loading…
Add table
Reference in a new issue