mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Update: loading indicator string
This commit is contained in:
parent
042d19ce6e
commit
ecfae56ac3
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue