diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json index 5db90ec4..2a983fa3 100644 --- a/public/locales/ru/translation.json +++ b/public/locales/ru/translation.json @@ -203,7 +203,7 @@ "Manifesto": "Манифест", "Many files, choose only one": "Много файлов, выберете один", "Material card": "Карточка материала", - "Message": "Сообщение", + "Message": "Написать", "More": "Ещё", "Most commented": "Комментируемое", "Most read": "Читаемое", diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 652bb8d8..d9ff4217 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -19,6 +19,7 @@ import { AuthorRatingControl } from '../../Author/AuthorRatingControl' import { hideModal } from '../../../stores/ui' import { getPagePath } from '@nanostores/router' import { useSession } from '../../../context/session' +import { Loading } from '../../_shared/Loading' type Props = { shouts: Shout[] @@ -125,47 +126,51 @@ export const AuthorView = (props: Props) => { return (