Update: loading indicator string

This commit is contained in:
Nicholas Wallace 2024-08-18 17:33:16 -07:00
parent 042d19ce6e
commit ecfae56ac3
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ export default {
props: {
text: {
type: String,
default: 'Please Wait...'
default: this.$strings.MessagePleaseWait
}
}
}
@ -67,4 +67,4 @@ export default {
transform: translate(24px, 0);
}
}
</style>
</style>