mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 03:14:17 +01:00
Add video editing option to tickets
This commit is contained in:
parent
b4797d7487
commit
183d360106
@ -57,6 +57,11 @@ module.exports = {
|
||||
value: 'ticket_minia',
|
||||
emoji: '🪟'
|
||||
},
|
||||
{
|
||||
label: 'Montage/Editing',
|
||||
value: 'ticket_editing',
|
||||
emoji: '🎬'
|
||||
},
|
||||
{
|
||||
label: 'Autre/Other',
|
||||
value: 'ticket_other',
|
||||
|
@ -148,9 +148,9 @@ const cmdTypeDict = {
|
||||
"ytbbanner": "Bannière Youtube/...",
|
||||
"drawing": "Dessin",
|
||||
"profilepicture": "Photo de profil",
|
||||
"video": "Video/Montage",
|
||||
"overlay": "Overlay de stream",
|
||||
"emojis": "Émojis/Stickers",
|
||||
"minia": "Miniature",
|
||||
"editing": "Montage",
|
||||
"other": "Autre",
|
||||
};
|
||||
|
@ -191,9 +191,9 @@ const cmdTypeDict = {
|
||||
"ytbbanner": "Bannière Youtube/...",
|
||||
"drawing": "Dessin",
|
||||
"profilepicture": "Photo de profil",
|
||||
"video": "Video/Montage",
|
||||
"overlay": "Overlay de stream",
|
||||
"emojis": "Émojis/Stickers",
|
||||
"minia": "Miniature",
|
||||
"editing": "Montage",
|
||||
"other": "Autre",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user