Fixed broken authorize screen

This commit is contained in:
Agate 2020-07-04 11:33:03 +02:00
commit a3fa2793fc
2 changed files with 9 additions and 1 deletions

View file

@ -131,6 +131,14 @@ export default {
edits: {
label: this.$pgettext('*/Admin/*/Noun', 'Edits'),
description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to edits'),
},
security: {
label: this.$pgettext('*/Admin/*/Noun', 'Security'),
description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to security settings such as password and authorization'),
},
reports: {
label: this.$pgettext('*/Moderation/*/Noun', 'Reports'),
description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to moderation reports'),
}
}
}