UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: дизайн и русификация God Mode
This commit is contained in:
@@ -25,8 +25,8 @@ const InstanceImagePage = observer(function InstanceImagePage(_props: Route.Comp
|
||||
return (
|
||||
<PageWrapper
|
||||
header={{
|
||||
title: "Third-party image libraries",
|
||||
description: "Let your users search and choose images from third-party libraries",
|
||||
title: "Внешние библиотеки изображений",
|
||||
description: "Разрешите пользователям искать и выбирать изображения из внешних библиотек.",
|
||||
}}
|
||||
>
|
||||
{formattedConfig ? (
|
||||
@@ -41,6 +41,6 @@ const InstanceImagePage = observer(function InstanceImagePage(_props: Route.Comp
|
||||
);
|
||||
});
|
||||
|
||||
export const meta: Route.MetaFunction = () => [{ title: "Images Settings - God Mode" }];
|
||||
export const meta: Route.MetaFunction = () => [{ title: "Изображения - NODE.DC" }];
|
||||
|
||||
export default InstanceImagePage;
|
||||
|
||||
Reference in New Issue
Block a user