Skip to content

Commit 3384c91

Browse files
Update ui/src/components/widgets/Status.vue
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com>
1 parent b058f0a commit 3384c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/widgets/Status.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default {
115115
case 'allocated':
116116
state = this.$t('label.allocated')
117117
break
118-
case 'qeued':
118+
case 'queued':
119119
state = this.$t('label.queued')
120120
break
121121
case 'restoring':

0 commit comments

Comments
 (0)