diff --git a/src/components/AuthGuard.tsx b/src/components/AuthGuard.tsx index bb574b0..c2902ea 100644 --- a/src/components/AuthGuard.tsx +++ b/src/components/AuthGuard.tsx @@ -36,7 +36,7 @@ export function AuthGuard({ children, requiredPermissions }: AuthGuardProps) {
- You don't have permission to {action} articles in the {categoryId} category. + У вас нет прав на {action} статьи в {categoryId} категории.
@@ -416,6 +426,7 @@ export function TipTapEditor({ initialContent, onContentChange }: TipTapEditorPr className={`p-1 rounded hover:bg-gray-200 ${ editor?.getAttributes('textAlign')?.textAlign === 'center' ? 'bg-gray-200' : '' }`} + title="Выравнивание по центру" >