Revert: loading indicator (error in browser)

This commit is contained in:
Nicholas Wallace 2024-08-30 10:55:55 -07:00
parent 14719f83fb
commit 7545d6634d

View file

@ -17,7 +17,8 @@ export default {
props: {
text: {
type: String,
default: this.$strings.MessagePleaseWait
//default: this.$strings.MessagePleaseWait
default: 'Please wait...'
}
}
}