From b3ac79520034e6a09922905325320e143bd950af Mon Sep 17 00:00:00 2001 From: Chad Derya Date: Tue, 10 Sep 2019 11:42:55 +0100 Subject: [PATCH] Improve loading message --- src/components/PopUps/Delete/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PopUps/Delete/index.vue b/src/components/PopUps/Delete/index.vue index 75e9fd32..5b301428 100644 --- a/src/components/PopUps/Delete/index.vue +++ b/src/components/PopUps/Delete/index.vue @@ -67,7 +67,7 @@ export default { viewState: 'input', Error: false, confirmation: { - text: 'Loading', + text: 'Request has been sent, waiting for a response from the servers', icon: 'el-icon-loading', iconStyle: 'font-size: 75px;' } @@ -89,7 +89,7 @@ export default { this.viewState = 'input' this.input = '' this.confirmation = { - text: 'Loading', + text: 'Request has been sent, waiting for a response from the servers', icon: 'el-icon-loading', iconStyle: 'font-size: 75px;' }