diff --git a/packages/client/src/components/MkPagination.vue b/packages/client/src/components/MkPagination.vue index 703e8c66b5..ac41012a89 100644 --- a/packages/client/src/components/MkPagination.vue +++ b/packages/client/src/components/MkPagination.vue @@ -45,13 +45,13 @@ export type Paging params?: misskey.Endpoints[E]['req'] | ComputedRef; /** - * 検索APIのような、ページング不可なエンドポイントを利用する場合 - * (そのようなAPIをこの関数で使うのは若干矛盾してるけど) + * When using non-pageable endpoints, such as the search API + * (though it is somewhat inconsistent to use such an API with this function) */ noPaging?: boolean; /** - * items 配列の中身を逆順にする(新しい方が最後) + * array items in reverse order (newest first) */ reversed?: boolean;