Fix casing (and lint)
This commit is contained in:
@@ -44,9 +44,9 @@ import {
|
||||
SpaceBetweenFlex,
|
||||
VerticallyCentered,
|
||||
} from "@ente/shared/components/Container";
|
||||
import DialogTitleWithCloseButton from "@ente/shared/components/TitleWithCloseButton";
|
||||
import { EnteMenuItem } from "@ente/shared/components/Menu/EnteMenuItem";
|
||||
import ThemeSwitcher from "@ente/shared/components/ThemeSwitcher";
|
||||
import DialogTitleWithCloseButton from "@ente/shared/components/TitleWithCloseButton";
|
||||
import { PHOTOS_PAGES as PAGES } from "@ente/shared/constants/pages";
|
||||
import { THEME_COLOR } from "@ente/shared/themes/constants";
|
||||
import ArchiveOutlined from "@mui/icons-material/ArchiveOutlined";
|
||||
|
||||
@@ -403,7 +403,7 @@
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"never": "never",
|
||||
"never": "Never",
|
||||
"disable_file_download": "Disable download",
|
||||
"disable_file_download_message": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"SHARED_USING": "Shared using ",
|
||||
|
||||
Reference in New Issue
Block a user