Improve loading message

This commit is contained in:
Chad Derya 2019-09-10 11:42:55 +01:00
parent 6ae0a40529
commit b3ac795200
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ export default {
viewState: 'input', viewState: 'input',
Error: false, Error: false,
confirmation: { confirmation: {
text: 'Loading', text: 'Request has been sent, waiting for a response from the servers',
icon: 'el-icon-loading', icon: 'el-icon-loading',
iconStyle: 'font-size: 75px;' iconStyle: 'font-size: 75px;'
} }
@ -89,7 +89,7 @@ export default {
this.viewState = 'input' this.viewState = 'input'
this.input = '' this.input = ''
this.confirmation = { this.confirmation = {
text: 'Loading', text: 'Request has been sent, waiting for a response from the servers',
icon: 'el-icon-loading', icon: 'el-icon-loading',
iconStyle: 'font-size: 75px;' iconStyle: 'font-size: 75px;'
} }