]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/protocol/Item.js
option to hide round numbers
[alttp.git] / resources / js / components / protocol / Item.js
index dba32f52a67533df289eb8ff9dd057d0b81c7976..7dba2a3bed06c7aeacb0ccae6db90efd7415e3f1 100644 (file)
@@ -68,6 +68,7 @@ const getEntryDescription = entry => {
                        </Trans>;
                }
                case 'round.create':
+               case 'round.edit':
                case 'round.lock':
                case 'round.seed':
                case 'round.unlock':
@@ -82,6 +83,7 @@ const getEntryDescription = entry => {
                case 'tournament.discord':
                case 'tournament.lock':
                case 'tournament.open':
+               case 'tournament.settings':
                case 'tournament.unlock':
                        return i18n.t(
                                `protocol.description.${entry.type}`,