forked from CGM_Public/pretix_original
Web check-in: Better message for exit
This commit is contained in:
@@ -262,6 +262,9 @@ export default {
|
|||||||
checkResultText () {
|
checkResultText () {
|
||||||
if (!this.checkResult) return ''
|
if (!this.checkResult) return ''
|
||||||
if (this.checkResult.status === 'ok') {
|
if (this.checkResult.status === 'ok') {
|
||||||
|
if (this.type === "exit") {
|
||||||
|
return this.$root.strings['result.exit']
|
||||||
|
}
|
||||||
return this.$root.strings['result.ok']
|
return this.$root.strings['result.ok']
|
||||||
} else if (this.checkResult.status === 'incomplete') {
|
} else if (this.checkResult.status === 'incomplete') {
|
||||||
return this.$root.strings['result.questions']
|
return this.$root.strings['result.questions']
|
||||||
|
|||||||
Reference in New Issue
Block a user