mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +00:00
Revert: loading indicator (error in browser)
This commit is contained in:
parent
14719f83fb
commit
7545d6634d
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
text: {
|
text: {
|
||||||
type: String,
|
type: String,
|
||||||
default: this.$strings.MessagePleaseWait
|
//default: this.$strings.MessagePleaseWait
|
||||||
|
default: 'Please wait...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue