fix(docs): use correct description property
This commit is contained in:
parent
b5390c0922
commit
10d979bd65
|
@ -2,17 +2,14 @@ import define from '../../define.js';
|
||||||
import { readNotification } from '../../common/read-notification.js';
|
import { readNotification } from '../../common/read-notification.js';
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
desc: {
|
|
||||||
'ja-JP': '通知を既読にします。',
|
|
||||||
'en-US': 'Mark a notification as read.',
|
|
||||||
},
|
|
||||||
|
|
||||||
tags: ['notifications', 'account'],
|
tags: ['notifications', 'account'],
|
||||||
|
|
||||||
requireCredential: true,
|
requireCredential: true,
|
||||||
|
|
||||||
kind: 'write:notifications',
|
kind: 'write:notifications',
|
||||||
|
|
||||||
|
description: 'Mark a notification as read.',
|
||||||
|
|
||||||
errors: {
|
errors: {
|
||||||
noSuchNotification: {
|
noSuchNotification: {
|
||||||
message: 'No such notification.',
|
message: 'No such notification.',
|
||||||
|
|
Loading…
Reference in New Issue