mirror of
https://github.com/pretix/pretix.git
synced 2026-01-03 18:52:26 +00:00
Web check-in: Better message for exit
This commit is contained in:
@@ -262,6 +262,9 @@ export default {
|
||||
checkResultText () {
|
||||
if (!this.checkResult) return ''
|
||||
if (this.checkResult.status === 'ok') {
|
||||
if (this.type === "exit") {
|
||||
return this.$root.strings['result.exit']
|
||||
}
|
||||
return this.$root.strings['result.ok']
|
||||
} else if (this.checkResult.status === 'incomplete') {
|
||||
return this.$root.strings['result.questions']
|
||||
|
||||
Reference in New Issue
Block a user