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';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
'ja-JP': '通知を既読にします。',
|
||||
'en-US': 'Mark a notification as read.',
|
||||
},
|
||||
|
||||
tags: ['notifications', 'account'],
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
kind: 'write:notifications',
|
||||
|
||||
description: 'Mark a notification as read.',
|
||||
|
||||
errors: {
|
||||
noSuchNotification: {
|
||||
message: 'No such notification.',
|
||||
|
|
Loading…
Reference in New Issue